Skip to content

Commit 01947e9

Browse files
committed
Set strict compliance for the linter
1 parent cf07b08 commit 01947e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Arduino Lint
2424
uses: arduino/arduino-lint-action@v2
2525
with:
26-
compliance: specification
26+
compliance: strict
2727
library-manager: submit # remember to change to 'update' after the library is published on the libraries index
2828
# Always use this setting for official repositories. Remove for 3rd party projects.
2929
official: true

0 commit comments

Comments
 (0)