We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60d04e commit ae5af0cCopy full SHA for ae5af0c
.github/workflows/arduino-library-repository-lint.yml
@@ -1,4 +1,4 @@
1
-name: Check compliance with Arduino Repository rules
+v4name: Check compliance with Arduino Repository rules
2
3
on:
4
push:
@@ -12,9 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Check out repository
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
- name: Check for compliance
17
- uses: arduino/arduino-lint-action@v1.0.0
+ uses: arduino/arduino-lint-action@v2.0.0
18
with:
19
library-manager: update
20
project-type: library
0 commit comments