mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-30 06:07:36 +02:00
split typos and formatting checks into separate workflows (#1710)
Without this it's easy for failures of one of these checks to hide failures of the other.
This commit is contained in:
parent
73068d2af2
commit
e785962ca4
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -29,6 +29,12 @@ jobs:
|
||||
- name: Check formatting
|
||||
uses: dprint/check@v2.2
|
||||
|
||||
typos:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check for typos
|
||||
uses: crate-ci/typos@v1.17.1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user