Skip to content

Commit

Permalink
ci: add codespell action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 15, 2022
1 parent 967c011 commit 4b6186c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1.0

0 comments on commit 4b6186c

Please sign in to comment.