Skip to content

Commit 856acf5

Browse files
authored
[arduino-lint] Fix: library has been published, check library-manager flag to "update" (#31)
1 parent a2ff1a1 commit 856acf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: arduino/arduino-lint-action@v1
2323
with:
2424
compliance: specification
25-
library-manager: submit
25+
library-manager: update
2626
# Always use this setting for official repositories. Remove for 3rd party projects.
2727
official: true
28-
project-type: library
28+
project-type: library

0 commit comments

Comments
 (0)