File tree 3 files changed +40
-0
lines changed
3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ compile :
2
+ platforms :
3
+ - uno
4
+ - due
5
+ - zero
6
+ - leonardo
7
+ - m4
8
+ - esp32
9
+ # - esp8266
10
+ - mega2560
11
+ - nano_every
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : arduino-lint
3
+
4
+ on : [push, pull_request]
5
+
6
+ jobs :
7
+ lint :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v4
11
+ # https://github.com/actions/checkout
12
+ - uses : arduino/arduino-lint-action@v1
13
+ # https://github.com/arduino/arduino-lint-action
14
+ with :
15
+ library-manager : update
16
+ compliance : strict
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : arduino_ci
3
+
4
+ on : [push, pull_request]
5
+
6
+ jobs :
7
+ arduino_ci :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v4
11
+ # https://github.com/actions/checkout
12
+ -
uses :
Arduino-CI/[email protected]
13
+ # https://github.com/marketplace/actions/arduino_ci
You can’t perform that action at this time.
0 commit comments