diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 14:43:40 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 14:43:40 +0200 |
| commit | c6f4b834c184275298fabaae7b5bd70efe54b29d (patch) | |
| tree | bc1421b6a912c1b31a016c8db921c931a5310cd9 /.github/workflows/build.yml | |
| parent | feb00a9755ae8f96c8b761f288a6dad2eb41c5b1 (diff) | |
Fix fmt
Diffstat (limited to '.github/workflows/build.yml')
| -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: |
