We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f706db commit 0796526Copy full SHA for 0796526
.github/workflows/compile-examples.yml
@@ -1,17 +1,19 @@
1
name: Compile Examples
2
-on: [push, pull_request]
+on:
3
+ - push
4
+ - pull_request
5
+
6
jobs:
7
build:
8
runs-on: ubuntu-latest
9
10
strategy:
11
matrix:
- fqbn: [
- "arduino:samd:mkrwifi1010",
- "arduino:samd:nano_33_iot",
12
- "arduino:megaavr:uno2018:mode=on",
13
- "arduino:mbed:nano33ble"
14
- ]
+ fqbn:
+ - arduino:samd:mkrwifi1010
+ - arduino:samd:nano_33_iot
15
+ - arduino:megaavr:uno2018:mode=on
16
+ - arduino:mbed:nano33ble
17
18
steps:
19
- uses: actions/checkout@v2
0 commit comments