Skip to content

Commit 4b08657

Browse files
committed
Add arduino-lint action
Update main.yml
1 parent 21e402f commit 4b08657

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: arduino-lint
2+
3+
on: [push, pull_request]
4+
jobs:
5+
lint:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: arduino/arduino-lint-action@v1
10+
with:
11+
library-manager: update

0 commit comments

Comments
 (0)