diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9570d13b8..96a0c1aeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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