Skip to content

Commit 67006d4

Browse files
committed
Merge branch 'main' of https://github.com/qqqlab/madflight
2 parents c0504ff + d66b98e commit 67006d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/arduino-lint.yml

+10
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@v4
7+
- uses: arduino/arduino-lint-action@v1
8+
with:
9+
library-manager: update
10+
compliance: strict

0 commit comments

Comments
 (0)