Skip to content

Commit d28e660

Browse files
committed
Actually deny clippy warnings.
1 parent 815fda5 commit d28e660

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ jobs:
1717
toolchain: nightly-2022-09-05
1818
override: true
1919
components: clippy
20-
- uses: actions-rs/clippy-check@v1
21-
with:
22-
token: ${{ secrets.GITHUB_TOKEN }}
20+
- run: cargo clippy --deny-warnings

0 commit comments

Comments
 (0)