Skip to content

Commit bde112d

Browse files
committed
Create arduino_lint.yml
1 parent 626c053 commit bde112d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/arduino_lint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Arduino Library Manager Compatibility
2+
3+
on: [push]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout dev branch
10+
uses: actions/checkout@v3
11+
- uses: arduino/arduino-lint-action@v1
12+
with:
13+
compliance: specification
14+
project-type: library
15+
library-manager: update
16+
recursive: true

0 commit comments

Comments
 (0)