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 72e8cba commit 5863c0dCopy full SHA for 5863c0d
.github/workflows/rustfmt.yml
@@ -21,5 +21,16 @@ jobs:
21
with:
22
command: fmt
23
args: --all -- --check
24
+ fmt-async:
25
+ name: Rustfmt
26
+ runs-on: ubuntu-latest
27
+ steps:
28
+ - uses: actions/checkout@v2
29
+ - uses: actions-rs/toolchain@v1
30
+ with:
31
+ profile: minimal
32
+ toolchain: nightly
33
+ override: true
34
+ components: rustfmt
35
- run: cargo fmt --all -- --check
36
working-directory: embedded-nal-async
0 commit comments