Skip to content

Commit 62e5278

Browse files
committed
Fix CI
1 parent f621adb commit 62e5278

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on:
44
push:
55
branches:
66
- master
7-
- main
87
pull_request:
98

109
jobs:
1110
lint:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v4
15-
- uses: arduino/arduino-lint-action
14+
- uses: arduino/arduino-lint-action@v1
1615
with:
1716
library-manager: submit
1817
compliance: strict

0 commit comments

Comments
 (0)