Commit 798da3b
committed
Add cargo fmt and clippy checks to CI
Adds a separate lint job that runs cargo fmt --check and cargo clippy
--all-targets with -D warnings. Lint output is deterministic across OSes,
so it runs only on Ubuntu in parallel with the cross-OS test matrix.1 parent 1c403a9 commit 798da3b
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments