From 0a5ed0a1dc62d1682c296c095efbcbf8fcfd1b8e Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 7 Oct 2024 02:49:10 -0400 Subject: [PATCH] test(ci): include `naga/xtask` in `cargo fmt` check (#6367) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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