diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-03 18:11:01 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-03 18:11:01 -0600 |
| commit | 3e8acb357822807a0eccb28ec84c881724e045ce (patch) | |
| tree | e37ecca4e9d61a29c567045803bbf6427ce1aa73 /.gitlab-ci.yml | |
| parent | cf74434a37b110a683f6ad75008f4089484843a6 (diff) | |
chore: fix lint job error
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 375ce308..6ae0a526 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,6 @@ lint: stage: test needs: [] before_script: - - make setup + - rustup component add clippy rustfmt script: - make lint |
