Skip to content

Commit 9a9730e

Browse files
committed
Run clippy in CI (using stable toolchain, not MSRV)
1 parent fa9a923 commit 9a9730e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Check formatting
17-
run: cargo fmt -- --check
17+
run: cargo +stable fmt -- --check
18+
- name: Check linting
19+
run: cargo +stable clippy -- -Dwarnings

0 commit comments

Comments
 (0)