Skip to content

Commit

Permalink
ci(typos): 'typos' moved to its own job
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Oct 15, 2023
1 parent a28b064 commit 119e4e1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Checkout
uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@master
- name: Check
uses: actions-rs/cargo@v1
with:
Expand All @@ -32,6 +30,15 @@ jobs:
command: check
args: --locked --no-default-features --verbose

typos:
name: Typos
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@master

test:
name: Test suite
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 119e4e1

Please sign in to comment.