Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 9, 2025
1 parent 17030e3 commit 0eaa4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default_spelling_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: |
npx cspell trace mktemp
npx cspell . --verbose --dot --exclude ".git/**" --exclude ".idea/**" --exclude "$DICTIONARIES_PATH/**"
npx cspell . -c .config/cspell.json --verbose --dot --exclude ".git/**" --exclude ".idea/**" --exclude "$DICTIONARIES_PATH/**"
- uses: streetsidesoftware/cspell-action@ef95dc49d631fc2a9e9ea089ae2b2127b7c4588e # v6.10.0
with:
Expand Down

0 comments on commit 0eaa4ee

Please sign in to comment.