Skip to content

Commit

Permalink
split typos and formatting checks into separate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 16, 2024
1 parent 312e151 commit 45e3415
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ jobs:
with:
config: ./.github/typos.toml

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

- name: Check for typos
uses: crate-ci/[email protected]
with:
config: ./.github/typos.toml

cargo:
strategy:
matrix:
Expand Down

0 comments on commit 45e3415

Please sign in to comment.