Skip to content

Commit 5863c0d

Browse files
Ulf Lilleengeneldruin
Ulf Lilleengen
authored andcommitted
Use latest nightly for fmt of async
1 parent 72e8cba commit 5863c0d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/rustfmt.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,16 @@ jobs:
2121
with:
2222
command: fmt
2323
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
2435
- run: cargo fmt --all -- --check
2536
working-directory: embedded-nal-async

0 commit comments

Comments
 (0)