From e750809ec23180d6e1e83e5dd3909fcb8d67fa1f Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 14 Jul 2022 17:44:36 +0200 Subject: lint-ci: Use modern workspace option instead of all --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit