Skip to content

Commit f621adb

Browse files
committed
Reverting back to Arduino
1 parent d67a2e1 commit f621adb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
pull_request:
89

910
jobs:
1011
lint:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
14-
- uses: ardlib/arduino-lint-action
15+
- uses: arduino/arduino-lint-action
1516
with:
1617
library-manager: submit
1718
compliance: strict

0 commit comments

Comments
 (0)