mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-10 04:09:39 +00:00
Run clippy in CI
This commit is contained in:
parent
f41dac26eb
commit
f5206602d7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -32,5 +32,8 @@ jobs:
|
|||
- name: Run cargo machete
|
||||
run: cargo machete
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt --check
|
||||
|
|
Loading…
Reference in a new issue