Skip to content

Commit

Permalink
chore: Use typos on CI instead of codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jun 9, 2024
1 parent 5325c07 commit 4ffd77b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Codespell
name: Spelling
on:
pull_request:
push:
Expand All @@ -15,8 +15,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
skip: './code/target'
ignore_words_file: .github/codespell/words.txt

- uses: crate-ci/typos@master

0 comments on commit 4ffd77b

Please sign in to comment.