ci: add `--no-deps` to cargo clippy

This commit is contained in:
MedzikUser 2022-05-18 20:00:49 +02:00
parent cca523f2b5
commit 70ffc05fee
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ on:
paths-ignore:
- '*.md'
pull_request:
workflow_dispatch:
env:

View File

@ -51,7 +51,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings --no-deps
- name: rustfmt
uses: actions-rs/cargo@v1