Skip to content

Commit b98bb2a

Browse files
authored
Merge pull request #97 from calebcartwright/cargo-fmt-check
use new cargo fmt check option
2 parents 777b501 + e4c9f25 commit b98bb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: rustup update stable && rustup default stable
2020

2121
- name: Check formatting
22-
run: cargo fmt -- --check
22+
run: cargo fmt --check
2323

2424
- name: Run the test suite
2525
run: cargo test

0 commit comments

Comments
 (0)