diff options
author | 2023-09-20 04:07:20 +0200 | |
---|---|---|
committer | 2023-09-20 04:07:20 +0200 | |
commit | 9991052ce5617abf0f270bc9a74627ab6d45b35d (patch) | |
tree | 86aee92a3b8eb6e8870687daf45b292abaa308ad /.github | |
parent | e8b01eb5435500c4b4d3135dde3d9e5910aca89e (diff) | |
download | iced-9991052ce5617abf0f270bc9a74627ab6d45b35d.tar.gz iced-9991052ce5617abf0f270bc9a74627ab6d45b35d.tar.bz2 iced-9991052ce5617abf0f270bc9a74627ab6d45b35d.zip |
Create `cargo lint` alias
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6fd98374..7fdc8867 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 --workspace --all-features --all-targets --no-deps -- -D warnings + run: cargo lint |