add arduino-lint check

pull/5/head
rob tillaart 2021-05-27 18:42:15 +02:00
parent 5bf0f14ae6
commit 77bd9a7e32
1 changed files with 10 additions and 0 deletions

10
.github/workflows/arduino-lint.yml vendored Normal file
View File

@ -0,0 +1,10 @@
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict