summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-07-15 01:35:23 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-15 01:35:23 +0200
commit61fd5b0050724a6b05f2b959c546a58cb6073de3 (patch)
treed6d978c8665ae2ad69b8165446979b6c461995f4 /.github/workflows/lint.yml
parent2883aa31bb8133813e92d3fb83d122ab8719364a (diff)
parent408474ca3181ec9948236372ad15d10fce8b280a (diff)
downloadiced-61fd5b0050724a6b05f2b959c546a58cb6073de3.tar.gz
iced-61fd5b0050724a6b05f2b959c546a58cb6073de3.tar.bz2
iced-61fd5b0050724a6b05f2b959c546a58cb6073de3.zip
Merge pull request #1387 from Luni-4/ci-improvements
CI improvements
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 688c2087..6fd98374 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,4 +9,4 @@ jobs:
components: clippy
- uses: actions/checkout@master
- name: Check lints
- run: cargo clippy --all --all-features --no-deps
+ run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings