Skip to content

Commit 21b270b

Browse files
committed
Change library-manager checks to 'submit'
it will be changed back to 'update' once the library is published.
1 parent 7bde1a3 commit 21b270b

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
@@ -22,6 +22,6 @@ jobs:
2222
uses: arduino/arduino-lint-action@v2
2323
with:
2424
compliance: specification
25-
library-manager: update
25+
library-manager: submit # remember to change to 'update' after the library is published on the libraries index
2626
# Always use this setting for official repositories. Remove for 3rd party projects.
2727
official: true

0 commit comments

Comments
 (0)