There was an error while loading. Please reload this page.
1 parent 38e170c commit b6bdd16Copy full SHA for b6bdd16
1 file changed
.github/workflows/ci.yaml
@@ -18,6 +18,8 @@ jobs:
18
with:
19
targets: thumbv7em-none-eabihf
20
components: rustfmt
21
+ - name: Install rustfmt
22
+ run: rustup component add rustfmt
23
- name: Check format
24
run: cargo fmt --all -- --check
25
0 commit comments