Skip to content

Commit 358592f

Browse files
committed
Relaxing strictness of Arduino Lint tool as lengh of library name is a POs decision.
1 parent 9cbce29 commit 358592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Arduino Lint
2222
uses: arduino/arduino-lint-action@v1
2323
with:
24-
compliance: strict
24+
compliance: specification
2525
# Change this to "update" once the library is added to the index.
2626
library-manager: submit
2727
# Always use this setting for official repositories. Remove for 3rd party projects.

0 commit comments

Comments
 (0)