Skip to content

Commit eb57be5

Browse files
committed
style: fix and enforce clippy linting
1 parent 9cbd054 commit eb57be5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ jobs:
1616
with:
1717
components: rustfmt
1818
- run: cargo +nightly fmt --all --check
19+
20+
clippy:
21+
name: lint
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/checkout@v6
25+
- uses: dtolnay/rust-toolchain@nightly
26+
with:
27+
components: clippy
28+
- uses: actions-rs-plus/clippy-check@v2
29+
with:
30+
args: --all --all-features --all-targets

0 commit comments

Comments
 (0)