Skip to content

Commit

Permalink
ci: Change from cspell to typos-cli
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Mar 12, 2024
1 parent 70d293f commit 3941579
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
with:
rust-version: stable
components: rustfmt
- uses: taiki-e/install-action@v2
with:
tool: typos-cli
- name: Check Formatting
run: cargo fmt --all -- --check
- name: Check Spelling
run: npx -y cspell --no-progress --no-summary '**/*.rs' '**/*.md'
- name: Run Typos
run: typos

tests:
name: Tests
Expand Down

0 comments on commit 3941579

Please sign in to comment.