File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
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
- - arduino:samd:mkrwifi1010
14
- - arduino:samd:nano_33_iot
15
- - arduino:megaavr:uno2018:mode=on
16
- - arduino:mbed:nano33ble
10
+ strategy :
11
+ matrix :
12
+ fqbn :
13
+ - arduino:samd:mkrwifi1010
14
+ - arduino:samd:nano_33_iot
15
+ - arduino:megaavr:uno2018:mode=on
16
+ - arduino:mbed:nano33ble
17
17
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 }}
You can’t perform that action at this time.
0 commit comments