Skip to content

Commit 944abad

Browse files
committed
1.0.0
1 parent f71e3d4 commit 944abad

File tree

1 file changed

+10
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)