Skip to content

Commit

Permalink
fix: cspell config path
Browse files Browse the repository at this point in the history
  • Loading branch information
snorreks committed Jan 16, 2025
1 parent e6888a3 commit 4497d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generic-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: streetsidesoftware/cspell-action@v6
with:
# See https://github.com/streetsidesoftware/cspell-action?tab=readme-ov-file#usage
config: './cspell.json'
config: '.vscode/cspell.json'
incremental_files_only: false # Check all files, not just changed ones
root: '.'
2 changes: 1 addition & 1 deletion .github/workflows/godot-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
config: './vscode/cspell.json'
config: '.vscode/cspell.json'
incremental_files_only: false
root: './game'

Expand Down

0 comments on commit 4497d84

Please sign in to comment.