diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 12:51:36 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 12:51:36 -0600 |
| commit | ca38a567740fe77c1a0f0978c5f89121ce800f48 (patch) | |
| tree | 1b09e601aa94076ba31c6b15168c8ec9e6c5ae26 | |
| parent | ccf30c3f03a52c6c2fd4db0fd64d27db85a0d06a (diff) | |
chore: install clippy
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5d0df4f..cf5e6ff5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ lint: stage: test needs: [] before_script: + - rustup component add clippy - rustup component add rustfmt script: - cargo fmt |
