Skip to content

Commit 938812e

Browse files
Create main.yml
Added Arduino Lint workflow
1 parent 91855f5 commit 938812e

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+
2+
on: [push, pull_request]
3+
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: arduino/arduino-lint-action@v1
9+
with:
10+
library-manager: update
11+
compliance: strict

0 commit comments

Comments
 (0)