ci: add arduino linter action
This commit is contained in:
committed by
GitHub
parent
842296d874
commit
f79b00cce0
12
.github/workflows/arduino.yml
vendored
Normal file
12
.github/workflows/arduino.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Arduino Lint
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master, release/v8.* ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master, release/v8.* ]
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: arduino/arduino-lint-action@v1
|
||||||
Reference in New Issue
Block a user