Skip to content

Commit e94087e

Browse files
authored
ci(github-actions): update spellcheck config (#1088)
1 parent 397748a commit e94087e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ jobs:
194194
- uses: actions/checkout@v4
195195
- uses: streetsidesoftware/cspell-action@v6
196196
with:
197-
# Github token used to fetch the list of changed files in the commit.
198-
# Default: ${{ github.token }}
199-
github_token: ${{ github.token }}
200-
201197
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
202198
# The default is to check ALL files that were changed in in the pull_request or push.
203199
# Note: `ignorePaths` defined in cspell.json still apply.

0 commit comments

Comments
 (0)