8000
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 33a2a2b commit 62c636dCopy full SHA for 62c636d
.github/workflows/compile-examples.yml
@@ -0,0 +1,20 @@
1
+name: Compile Examples
2
+on: [push, pull_request]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+
7
+ strategy:
8
+ matrix:
9
+ fqbn: [
10
+ "arduino:samd:mkrwifi1010"
11
+ ]
12
13
+ steps:
14
+ - uses: actions/checkout@v1
15
+ with:
16
+ fetch-depth: 1
17
+ - uses: arduino/actions/libraries/compile-examples@master
18
19
+ fqbn: ${{ matrix.fqbn }}
20
+ libraries: ArduinoECCX08 ArduinoBearSSL ArduinoHttpClient Arduino_JSON WiFiNINA
.github/workflows/spell-check.yml
@@ -0,0 +1,11 @@
+name: Spell Check
+ - uses: arduino/actions/libraries/spell-check@master
0 commit comments