Skip to content

Commit fa6577d

Browse files
authored
ci: run cargo fmt in check mode (#25)
1 parent cbd1839 commit fa6577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)