1
0
Fork 0
mirror of https://github.com/MedzikUser/imgurs synced 2024-08-15 00:03:19 +00:00

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