File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
6
6
jobs:
7
- build:
8
- runs-on: ubuntu-latest
7
+ build:
8
+ runs-on: ubuntu-latest
9
9
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
+ ]
17
17
18
18
steps:
19
- - uses: actions/checkout@v2
20
- - uses: arduino/compile-sketches@v1
21
- with:
19
+ - uses: actions/checkout@v2
20
+ - uses: arduino/compile-sketches@v1
21
+ with:
22
22
github-token: ${{ secrets.GITHUB_TOKEN }}
23
- fqbn: ${{ matrix.fqbn }}
23
+ fqbn: ${{ matrix.fqbn }}
You can’t perform that action at this time.
0 commit comments