diff options
author | Blaž Hrastnik | 2022-11-22 09:30:31 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-12-02 01:33:53 +0000 |
commit | 700f8ba252fdf44c019b8ba77eb5c2b3f91402d8 (patch) | |
tree | f757a59d924ac18716e754fa3af2a8118fc435bb | |
parent | 4960c41f18d93e8b4c48a7c4e96f00d948cfad5f (diff) |
Use `cargo fmt`'s --check
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 526c7b3c..deeff80e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run cargo fmt - run: cargo fmt --all -- --check + run: cargo fmt --all --check - name: Run cargo clippy run: cargo clippy --workspace --all-targets -- -D warnings |