diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aadb0a9..f32e506 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,8 @@ jobs: - name: Cache Dependencies uses: Swatinem/rust-cache@v2 - - name: cargo xtask format-check - run: cargo xtask --verbose format-check + - name: cargo xtask fmt + run: cargo xtask --verbose fmt -c # Compilation check check: |
