Skip to content

Commit b1a81b2

Browse files
author
Max 'MaxMax' Mönikes
committed
2 parents 5293bc6 + 938812e commit b1a81b2

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)