We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a2a2b commit d8ff836Copy full SHA for d8ff836
.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-libraries/actions/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-libraries/actions/spell-check@master
0 commit comments