We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416aa2b commit 13658c0Copy full SHA for 13658c0
.github/bors.toml
@@ -11,5 +11,6 @@ status = [
11
"test (nightly, x86_64-unknown-linux-gnu)",
12
"test (nightly, thumbv6m-none-eabi)",
13
"test (nightly, thumbv7m-none-eabi)",
14
+ "clippy",
15
"fmt",
16
]
.github/workflows/clippy.yml
@@ -14,9 +14,7 @@ jobs:
profile: minimal
# embedded-hal-async needs nightly.
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
17
- toolchain: nightly-2022-09-05
+ toolchain: nightly-2022-09-25
18
override: true
19
components: clippy
20
- - uses: actions-rs/clippy-check@v1
21
- with:
22
- token: ${{ secrets.GITHUB_TOKEN }}
+ - run: cargo clippy -- --deny=warnings
0 commit comments