[ci] run lints with clippy
This commit is contained in:
parent
68d4507084
commit
3e84f47f12
|
@ -3,9 +3,12 @@ default:
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
stage: build
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- rustup component add clippy
|
||||||
script:
|
script:
|
||||||
- cargo check
|
- cargo check
|
||||||
- cargo build
|
- cargo build
|
||||||
|
- cargo clippy
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/release/quicktap-cli
|
- target/release/quicktap-cli
|
||||||
|
|
Loading…
Reference in New Issue