We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e402f commit 4b08657Copy full SHA for 4b08657
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,11 @@
1
+name: arduino-lint
2
+
3
+on: [push, pull_request]
4
+jobs:
5
+ lint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v3
9
+ - uses: arduino/arduino-lint-action@v1
10
+ with:
11
+ library-manager: update
0 commit comments