diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 12:50:04 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 12:50:04 -0600 |
| commit | ccf30c3f03a52c6c2fd4db0fd64d27db85a0d06a (patch) | |
| tree | 61466a3cf3f3c08d2a9a10ec01252bd2c2fd2e1a /.gitlab-ci.yml | |
| parent | d9da86ece98363d56f5a087dcae6c6d8905f5e6c (diff) | |
chore: install rustfmt
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b93c71b0..f5d0df4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,8 @@ lint: image: rust:latest stage: test needs: [] + before_script: + - rustup component add rustfmt script: - cargo fmt - cargo clippy -- -D warnings |
