feat: Support Arduino Nano 33 IoT, MKR WIFI 1010 (#898)

This commit is contained in:
Aruna Tennakoon
2024-08-11 14:09:47 +07:00
committed by GitHub
parent dc6fd04a98
commit dcfb0df665
11 changed files with 257 additions and 9 deletions

10
.github/workflows/arduino-lint.yaml vendored Normal file
View 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