mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-23 20:37:14 +02:00
feat: Support Arduino Nano 33 IoT, MKR WIFI 1010 (#898)
This commit is contained in:
10
.github/workflows/arduino-lint.yaml
vendored
Normal file
10
.github/workflows/arduino-lint.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: Arduino library compliance (Lint)
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: arduino/arduino-lint-action@v1
|
||||
with:
|
||||
library-manager: update
|
Reference in New Issue
Block a user