Skip to content

Commit

Permalink
invoke cspell on root of workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jun 20, 2024
1 parent 495db8b commit 71ccabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:

- name: 🙏 Check Spelling using cspell
run: |
export CSPELL_OUTPUT=$(sudo cspell --config cspell.json --no-summary)
export CSPELL_OUTPUT=$(sudo cspell -c cspell.json --no-summary .)
if [ -n "$CSPELL_OUTPUT" ]; then echo "$CSPELL_OUTPUT" && exit 1; fi;

0 comments on commit 71ccabd

Please sign in to comment.