Skip to content

Commit 1fab22e

Browse files
committed
add cargo fmt to CI
1 parent 47270a9 commit 1fab22e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Build
2020
run: cargo build --verbose
21-
- name: Run tests
21+
- name: Run Tests
2222
run: cargo test --verbose
2323
- name: Clippy
2424
run: cargo clippy -- -D warnings
25+
- name: Format
26+
run: cargo fmt --check

0 commit comments

Comments
 (0)