Skip to content

Commit c11ac61

Browse files
committed
ci: fixup
1 parent 1b10ee2 commit c11ac61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
restore-keys: ${{ runner.os }}-cargo-
2626
- name: cargo test
2727
run: cargo test
28-
# uncomment to enable clippy linter
28+
# uncomment to enable clippy linter
2929
# - name: cargo clippy
3030
# run: cargo clippy -- -D warnings
31-
# uncomment to enable format linter
31+
# uncomment to enable format linter
3232
# - name: cargo fmt
3333
# run: cargo fmt --check

0 commit comments

Comments
 (0)