Skip to content

Commit

Permalink
Remove an unnecessary parameter for spell checking GH Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Oct 13, 2021
1 parent 0aa93fd commit 05bae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
run: git ls-files --empty-directory | xargs ./misspell -i 'enviromnent' -error
run: git ls-files --empty-directory | xargs ./misspell -error

0 comments on commit 05bae09

Please sign in to comment.