We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397748a commit e94087eCopy full SHA for e94087e
.github/workflows/ci.yml
@@ -194,10 +194,6 @@ jobs:
194
- uses: actions/checkout@v4
195
- uses: streetsidesoftware/cspell-action@v6
196
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
-
201
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
202
# The default is to check ALL files that were changed in in the pull_request or push.
203
# Note: `ignorePaths` defined in cspell.json still apply.
0 commit comments