Skip to content

Commit 45fd687

Browse files
authored
chore: Add cargo fmt check to CI (#185)
1 parent 2057c1e commit 45fd687

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/clippy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
set -eExuo pipefail
2828
export CARGO_TERM_COLOR=always # ensure output has colors
2929
cargo clippy -- -Dwarnings
30+
cargo fmt --check

0 commit comments

Comments
 (0)