diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index b01f0d1..5867297 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -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; \ No newline at end of file