Skip to content

Commit 6f8766b

Browse files
committed
remove stict checking in Arduino-lint to fix name length error
1 parent 43984ea commit 6f8766b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- uses: arduino/arduino-lint-action@v1
1111
with:
1212
library-manager: update
13-
compliance: strict
13+
# compliance: strict

0 commit comments

Comments
 (0)