Skip to content

Commit 7a97154

Browse files
committed
Fixes conditions and version
1 parent bcc3faa commit 7a97154

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name: Arduino Lint Check
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ master, main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ master, main ]
7+
workflow_dispatch:
8+
79
jobs:
810
lint:
911
name: Lint Check
1012
runs-on: ubuntu-latest
1113
steps:
12-
- uses: actions/checkout@v2
13-
- uses: arduino/arduino-lint-action@v1
14+
- uses: actions/checkout@v4
15+
- uses: arduino/arduino-lint-action@v2
1416
with:
1517
library-manager: update
1618
compliance: strict
17-
project-type: all
19+
project-type: all

0 commit comments

Comments
 (0)