Skip to content

Commit c04129a

Browse files
authored
Create arduino-lint.yaml
1 parent 8a67733 commit c04129a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/arduino-lint.yaml

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

0 commit comments

Comments
 (0)