forked from GitHub/bdwgc-rust
Lint on CI
This commit is contained in:
@@ -7,4 +7,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
- run: cargo build
|
- run: cargo build
|
||||||
|
- run: |
|
||||||
|
rustup component add clippy
|
||||||
|
cargo clippy
|
||||||
- run: cd examples && ./test.sh
|
- run: cd examples && ./test.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user