Skip to content

Commit 0796526

Browse files
committed
Use consistent formatting style in Compile Examples CI action
The previous inconsistent markup style, although perfectly valid, made the workflow harder to understand.
1 parent 3f706db commit 0796526

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/compile-examples.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name: Compile Examples
2-
on: [push, pull_request]
2+
on:
3+
- push
4+
- pull_request
5+
36
jobs:
47
build:
58
runs-on: ubuntu-latest
69

710
strategy:
811
matrix:
9-
fqbn: [
10-
"arduino:samd:mkrwifi1010",
11-
"arduino:samd:nano_33_iot",
12-
"arduino:megaavr:uno2018:mode=on",
13-
"arduino:mbed:nano33ble"
14-
]
12+
fqbn:
13+
- arduino:samd:mkrwifi1010
14+
- arduino:samd:nano_33_iot
15+
- arduino:megaavr:uno2018:mode=on
16+
- arduino:mbed:nano33ble
1517

1618
steps:
1719
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)