Skip to content

Commit

Permalink
ci: Check typos in quick-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Nov 21, 2024
1 parent e761345 commit 350069c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Check clippy
# TODO: -- -D warnings
run: cargo clippy --all-targets --all-features
- name: Check typos
uses: crate-ci/typos@master
- name: Build release binary
run: cargo build --release
- name: Upload binary artifact
Expand Down Expand Up @@ -287,16 +289,6 @@ jobs:
name: mutants-${{matrix.test_tool}}-shard${{matrix.shard}}.out
path: mutants.out

typos:
name: Spell check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check spelling
uses: crate-ci/typos@master

overall-result:
needs:
[
Expand Down

0 comments on commit 350069c

Please sign in to comment.