Skip to content

Commit

Permalink
split typos and formatting checks into separate workflows (#1710)
Browse files Browse the repository at this point in the history
Without this it's easy for failures of one of these checks to hide
failures of the other.
  • Loading branch information
djmitche authored Jan 17, 2024
1 parent 73068d2 commit e785962
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Check formatting
uses: dprint/[email protected]

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

- name: Check for typos
uses: crate-ci/[email protected]
with:
Expand Down

0 comments on commit e785962

Please sign in to comment.