Add clippy to CI

This commit is contained in:
wborgeaud 2021-11-30 17:28:29 +01:00
parent 2c06309cf7
commit 7097081e5b

View File

@ -50,3 +50,10 @@ jobs:
with:
command: fmt
args: --all -- --check
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features --all-targets -- -D warnings