Skip to content

Commit e3bdb38

Browse files
committed
Use consistent indent size in Compile Examples workflow
The initial single space indent made the workflow difficult to edit and harmed readability.
1 parent 4342fe8 commit e3bdb38

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: .github/workflows/compile-examples.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
- pull_request
55

66
jobs:
7-
build:
8-
runs-on: ubuntu-latest
7+
build:
8+
runs-on: ubuntu-latest
99

10-
strategy:
11-
matrix:
12-
fqbn: [
13-
'"STM32:stm32:Eval:pnum=STEVAL_MKSBOX1V1,usb=CDCgen" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"',
14-
'"STM32:stm32:Nucleo_64:pnum=NUCLEO_L476RG" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"',
15-
'"STM32:stm32:Disco:pnum=B_L475E_IOT01A" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"'
16-
]
10+
strategy:
11+
matrix:
12+
fqbn: [
13+
'"STM32:stm32:Eval:pnum=STEVAL_MKSBOX1V1,usb=CDCgen" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"',
14+
'"STM32:stm32:Nucleo_64:pnum=NUCLEO_L476RG" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"',
15+
'"STM32:stm32:Disco:pnum=B_L475E_IOT01A" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"'
16+
]
1717

18-
steps:
19-
- uses: actions/checkout@v2
20-
- uses: arduino/compile-sketches@v1
21-
with:
22-
github-token: ${{ secrets.GITHUB_TOKEN }}
23-
fqbn: ${{ matrix.fqbn }}
18+
steps:
19+
- uses: actions/checkout@v2
20+
- uses: arduino/compile-sketches@v1
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
fqbn: ${{ matrix.fqbn }}

0 commit comments

Comments
 (0)