feat: add linter to the CI

This commit is contained in:
Anton Suprunchuk
2021-10-09 21:10:52 +03:00
parent 19d93365eb
commit 8622f9cb47

View File

@@ -17,5 +17,9 @@ jobs:
toolchain: stable
profile: minimal
override: true
- name: Install Clippy
run: rustup component add clippy
- name: Run linter
run: cargo clippy -- -D warnings
- name: Run tests
run: cargo test