Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Dec 18, 2022
1 parent 9f44e56 commit 4345854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
- name: Spell check
run: |
pip install codespell
codespell -S deps,_build,.git,.elixir_ls -r "(?<!@)\\b[a-zA-Z0-9_'-]+\\b"

0 comments on commit 4345854

Please sign in to comment.