Skip to content

Commit

Permalink
remove extra argument
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson committed Aug 22, 2024
1 parent 6cb6ad6 commit 28c21c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run CSpell on all changed files
continue-on-error: true
run: |
cspell $file --config cspell.json --show-suggestions --files ${{ steps.files.outputs.all_files }} --debug --no-must-find-file
cspell --config cspell.json --show-suggestions ${{ steps.files.outputs.all_files }}

0 comments on commit 28c21c9

Please sign in to comment.