Skip to content

Commit a427ff3

Browse files
authored
Update format.yml
Cd in each dir to run cargo fmt
1 parent 358ea96 commit a427ff3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010
- name: Add Tool
1111
run: rustup component add rustfmt
12-
- name: Check Format
13-
run: cargo fmt -- --check
12+
- name: Check format neotron-bmc-pico
13+
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

Comments
 (0)