Skip to content

[pull] master from chimurai:master #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(github-actions): update spellcheck config (chimurai#1088)
  • Loading branch information
chimurai authored Mar 26, 2025
commit e94087e8d072c0c54a6c3a6b050c590a92921482
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ jobs:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
# Github token used to fetch the list of changed files in the commit.
# Default: ${{ github.token }}
github_token: ${{ github.token }}

# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
# The default is to check ALL files that were changed in in the pull_request or push.
# Note: `ignorePaths` defined in cspell.json still apply.
Expand Down