Skip to content

Commit 05f962f

Browse files
committed
add arduino-lint check
1 parent be522ab commit 05f962f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: [push, pull_request]
2+
jobs:
3+
lint:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: actions/checkout@v2
7+
- uses: arduino/arduino-lint-action@v1
8+
with:
9+
library-manager: update
10+
compliance: strict

0 commit comments

Comments
 (0)