Skip to content

Commit 6a44b75

Browse files
authored
Merge pull request #25 from glide-rs/fix-ci
Allow unknown clippy lints
2 parents 68f029a + d706e47 commit 6a44b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
- run: rustup set profile minimal
5353
- run: rustup show
5454
- run: rustup component add clippy
55-
- run: cargo clippy --all -- -D warnings
55+
- run: cargo clippy --all -- --deny warnings --allow clippy::unknown-clippy-lints

0 commit comments

Comments
 (0)