Skip to content

Commit e98edca

Browse files
newAMeldruin
authored andcommitted
CI: add clippy
1 parent 9e4856a commit e98edca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ jobs:
3737
components: rustfmt
3838
- name: cargo fmt --check
3939
run: cargo fmt --all -- --check
40+
41+
clippy:
42+
runs-on: ubuntu-latest
43+
steps:
44+
- uses: actions/checkout@v4
45+
- uses: dtolnay/rust-toolchain@stable
46+
with:
47+
components: clippy
48+
- run: cargo clippy --all --all-targets -- --deny warnings

0 commit comments

Comments
 (0)