Unnamed repository; edit this file 'description' to name the repository.
Use `cargo fmt`'s --check
Blaž Hrastnik 2022-12-02
parent 4960c41 · commit 700f8ba
-rw-r--r--.github/workflows/build.yml2
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