Skip to content

Commit 4d1475c

Browse files
authored
Fix linting workflow by marking library as official Arduino library. (#8)
1 parent 38d9932 commit 4d1475c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/arduino-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
- name: Arduino Lint
2323
uses: arduino/arduino-lint-action@v1
2424
with:
25+
official: true
2526
project-type: library
2627
library-manager: submit

0 commit comments

Comments
 (0)