mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-08 14:43:59 -05:00
feat: add linter to the CI
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user