diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22719c3..ef37ec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,4 +30,7 @@ jobs: - name: Test run: | cargo test --features std,log-all - + - name: lint + run: | + cargo fmt --check + cargo clippy --all-features --all-targets -- -Dwarnings