Skip to content

Commit cd180a0

Browse files
authored
Merge pull request #6584 from Turbo87/ci-flags
CI: Adjust backend linting CLI flags
2 parents 0287516 + cb9253e commit cd180a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282

8383
- uses: Swatinem/[email protected]
8484

85-
- run: cargo fmt --check
86-
- run: cargo clippy --all-targets --all-features --all
85+
- run: cargo fmt --check --all
86+
- run: cargo clippy --all-targets --all-features --workspace
8787

8888
backend-cargo-deny:
8989
name: Backend / cargo-deny

0 commit comments

Comments
 (0)