mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-06 19:29:39 +01:00
chore(CI): Remove clippy - I've yet to see something useful from it
This commit is contained in:
@@ -38,11 +38,9 @@ jobs:
|
||||
if: os = linux
|
||||
rust: stable
|
||||
install:
|
||||
- rustup component add clippy
|
||||
- rustup component add rustfmt
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy --all-targets --all-features -- -D warnings || true
|
||||
|
||||
- stage: coverage
|
||||
if: os = linux
|
||||
|
||||
Reference in New Issue
Block a user