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 358ea96 commit a427ff3Copy full SHA for a427ff3
.github/workflows/format.yml
@@ -9,5 +9,7 @@ jobs:
9
- uses: actions/checkout@v1
10
- name: Add Tool
11
run: rustup component add rustfmt
12
- - name: Check Format
13
- run: cargo fmt -- --check
+ - name: Check format neotron-bmc-pico
+ run: cd neotron-bmc-pico && cargo fmt -- --check
14
+ - name: Check format neotron-bmc-nucleo
15
+ run: cd neotron-bmc-nucleo && cargo fmt -- --check
0 commit comments