Skip to content

Commit

Permalink
Run rustfmt in check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
george-hopkins authored and Eugeny committed Nov 3, 2023
1 parent f09ba6a commit 75ec760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: rustup component add rustfmt

- name: rustfmt
run: cargo fmt
run: cargo fmt --check

Clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75ec760

Please sign in to comment.