Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 6f544ef

Browse files
authored
Merge pull request #61 from per1234/arduino-lint-specification
Reduce Arduino Lint compliance level to "specification"
2 parents 7cc75c9 + 85e59c7 commit 6f544ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/check-arduino.yml

+1-1
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
library-manager: update
2626
# Always use this setting for official repositories. Remove for 3rd party projects.
2727
official: true

0 commit comments

Comments
 (0)