We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940b87e commit 4635874Copy full SHA for 4635874
3 files changed
.github/workflows/arduino_lint.yml
@@ -0,0 +1,12 @@
1
+name: Arduino lint
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ lint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - uses: arduino/arduino-lint-action@v1
11
+ with:
12
+ library-manager: update
.github/workflows/build.yml
@@ -1,6 +1,6 @@
name: Build library
-on: [push]
jobs:
build:
.github/workflows/build_examples.yml
name: Build examples
0 commit comments