Skip to content

Commit

Permalink
Update spellcheck-ru.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson authored Aug 22, 2024
1 parent 6cb6ad6 commit e334712
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 $file --config cspell.json --show-suggestions --files ${{ steps.files.outputs.all_files }} --debug --no-must-find-files

0 comments on commit e334712

Please sign in to comment.