Skip to content

Commit 56e2ebe

Browse files
committed
fix clippy action
1 parent 8e107ba commit 56e2ebe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
with:
5858
cache-all-crates: "true"
5959
cache-on-failure: "true"
60-
# Run clippy with custom configuration for makepad DSL
61-
# Allow pedantic / needless_lifetimes / too_many_arguments
62-
- run: cargo clippy --workspace --examples --tests --all-features --all-targets
60+
- run: cargo clippy --workspace --all-features
6361

6462
typos:
6563
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)