Skip to content

Commit c1ebd5f

Browse files
committed
ops: quench linter warning about lib manager
1 parent 6af0134 commit c1ebd5f

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
@@ -24,6 +24,6 @@ jobs:
2424
uses: arduino/arduino-lint-action@v2
2525
with:
2626
compliance: strict
27-
library-manager: submit # remember to change to 'update' after the library is published on the libraries index
27+
library-manager: update # 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)