5353 vendor : rp2040
5454 steps :
5555 - uses : actions/checkout@v4
56+ - uses : arduino/arduino-lint-action@v1
57+ with :
58+ library-manager : update
5659 - name : compile example sketchs
5760 uses : arduino/compile-sketches@v1
5861 with :
8992 vendor : arduino
9093 steps :
9194 - uses : actions/checkout@v4
95+ - uses : arduino/arduino-lint-action@v1
96+ with :
97+ library-manager : update
9298 - name : compile example sketchs
9399 uses : arduino/compile-sketches@v1
94100 with :
@@ -132,6 +138,9 @@ jobs:
132138 vendor : arduino
133139 steps :
134140 - uses : actions/checkout@v4
141+ - uses : arduino/arduino-lint-action@v1
142+ with :
143+ library-manager : update
135144 - name : compile example sketchs
136145 uses : arduino/compile-sketches@v1
137146 with :
@@ -219,6 +228,9 @@ jobs:
219228 vendor : teensy
220229 steps :
221230 - uses : actions/checkout@v4
231+ - uses : arduino/arduino-lint-action@v1
232+ with :
233+ library-manager : update
222234 - name : compile example sketchs
223235 uses : arduino/compile-sketches@v1
224236 with :
@@ -243,6 +255,9 @@ jobs:
243255 runs-on : ubuntu-latest
244256 steps :
245257 - uses : actions/checkout@v4
258+ - uses : arduino/arduino-lint-action@v1
259+ with :
260+ library-manager : update
246261 - name : compile example sketchs
247262 uses : arduino/compile-sketches@v1
248263 with :
@@ -281,6 +296,9 @@ jobs:
281296 vendor : esp32
282297 steps :
283298 - uses : actions/checkout@v4
299+ - uses : arduino/arduino-lint-action@v1
300+ with :
301+ library-manager : update
284302 - name : compile example sketchs
285303 uses : arduino/compile-sketches@v1
286304 with :
0 commit comments