[ci] run lints with clippy

This commit is contained in:
core 2022-12-18 23:07:27 -05:00
parent 68d4507084
commit 3e84f47f12
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 3 additions and 0 deletions

View File

@ -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