Skip to content

Commit 5a36937

Browse files
committed
ci: run cargo fmt in check mode
1 parent d3bf357 commit 5a36937

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checking out
1919
uses: actions/checkout@v4
2020
- name: Running rustfmt
21-
run: cargo fmt --all
21+
run: cargo fmt --all --check
2222

2323
check-clippy:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)