Skip to content

Commit

Permalink
ci: remove 'files' option in typos action
Browse files Browse the repository at this point in the history
The 'files' option is prior to the configuration so the
'extend-exclude' list doesn't work in action.

This commit removes the 'files' option in action to adopt the
scope defined in _typos.toml
  • Loading branch information
Keith-CY committed Aug 10, 2023
1 parent d7f7597 commit 1bd4d34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check-spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- id: changed-files
uses: tj-actions/changed-files@v36

- uses: crate-ci/typos@master
with:
files: ${{ steps.changed-files.outputs.all_changed_files }}

1 comment on commit 1bd4d34

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 5820343155

Please sign in to comment.