ci: remove unneeded steps from clippy check

This commit is contained in:
naskya 2024-05-08 06:54:43 +09:00
parent 084a4bc63a
commit beeea86253
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 4 additions and 1 deletions

View File

@ -178,8 +178,11 @@ cargo_clippy:
- Cargo.lock
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'main'
when: never
script:
services: []
before_script:
- cp ci/cargo/config.toml /usr/local/cargo/config.toml
- rustup component add clippy
script:
- cargo clippy -- -D warnings
renovate: