diff options
author | 2022-07-14 17:44:36 +0200 | |
---|---|---|
committer | 2022-07-14 19:39:43 +0200 | |
commit | e750809ec23180d6e1e83e5dd3909fcb8d67fa1f (patch) | |
tree | 299f3cd048a33672cd8585294f5b36563466cb4d /.github | |
parent | 2883aa31bb8133813e92d3fb83d122ab8719364a (diff) | |
download | iced-e750809ec23180d6e1e83e5dd3909fcb8d67fa1f.tar.gz iced-e750809ec23180d6e1e83e5dd3909fcb8d67fa1f.tar.bz2 iced-e750809ec23180d6e1e83e5dd3909fcb8d67fa1f.zip |
lint-ci: Use modern workspace option instead of all
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 688c2087..4a206fbf 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 --no-deps |