Skip to content

Commit 9163b6b

Browse files
committed
add arduino-lint check
1 parent 2da19ae commit 9163b6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
name: Arduino-lint
3+
14
on: [push, pull_request]
25
jobs:
36
lint:
@@ -7,4 +10,4 @@ jobs:
710
- uses: arduino/arduino-lint-action@v1
811
with:
912
library-manager: update
10-
compliance: strict
13+
compliance: strict

0 commit comments

Comments
 (0)