Skip to content

Commit 8dc5ee4

Browse files
authored
Reconfigure Arduino Lint CI for Library Manager (#24)
Arduino Lint, which is used in the "Check Arduino" CI workflow, checks for compliance with the requirements for submission of a library into the Library Manager index, as well as for the requirements for releases of the library to be indexed once it is accepted. Since some of these requirements are contradictory, Arduino Lint must be configured according to the library's status. In GitHub Actions workflows, this configuration is done via the `arduino/arduino-lint-action` action's `library-manager` input. Now that the library has been accepted into the Library Manager index, the "update" configuration must be used.
1 parent ae799cb commit 8dc5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-arduino.yml

Lines changed: 1 addition & 1 deletion
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
2828
project-type: library

0 commit comments

Comments
 (0)