Skip to content

Commit 13658c0

Browse files
committed
Actually deny clippy warnings.
1 parent 416aa2b commit 13658c0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ status = [
1111
"test (nightly, x86_64-unknown-linux-gnu)",
1212
"test (nightly, thumbv6m-none-eabi)",
1313
"test (nightly, thumbv7m-none-eabi)",
14+
"clippy",
1415
"fmt",
1516
]

.github/workflows/clippy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
profile: minimal
1515
# embedded-hal-async needs nightly.
1616
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
17-
toolchain: nightly-2022-09-05
17+
toolchain: nightly-2022-09-25
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)