1
0
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:
Dustin J. Mitchell 2024-01-17 08:57:42 -05:00 committed by GitHub
parent 73068d2af2
commit e785962ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: