aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
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: