You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A 2.0.0 release of the action has been made. To accompany it, a `v2` major version ref has been created. For this
reason, in order to use the latest release of the action, the `v2` major version ref must now be used in workflows.
The workflow snippets in the readme are hereby updated to demonstrate the use of this major version ref.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ jobs:
124
124
runs-on: ubuntu-latest
125
125
steps:
126
126
- uses: actions/checkout@v4
127
-
- uses: arduino/arduino-lint-action@v1
127
+
- uses: arduino/arduino-lint-action@v2
128
128
```
129
129
130
130
A more complex workflow which uses [inputs](#inputs) to configure the action for Library Manager ["update" mode](#library-manager) and strict compliance:
0 commit comments