test(ci): include naga/xtask in cargo fmt check (#6367)

This commit is contained in:
Erich Gubler 2024-10-07 02:49:10 -04:00 committed by GitHub
parent f658875e9f
commit 0a5ed0a1dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -618,6 +618,7 @@ jobs:
run: |
cargo fmt -- --check
cargo fmt --manifest-path xtask/Cargo.toml -- --check
cargo fmt --manifest-path naga/xtask/Cargo.toml -- --check
- name: Check for typos
uses: crate-ci/typos@v1.24.6