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