mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-31 10:58:55 -06:00
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