Skip to content

Commit

Permalink
Use cargo fmt's --check
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Dec 2, 2022
1 parent 4960c41 commit 700f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 700f8ba

Please sign in to comment.