Skip to content

Commit 504bb09

Browse files
authored
Merge pull request #203 from RobTillaart/master
Change strict name checking in Arduino-lint
2 parents 64c4c56 + 71c616a commit 504bb09

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)