mirror of
https://github.com/m5stack/M5StickC.git
synced 2026-05-20 10:25:54 -07:00
15 lines
303 B
YAML
15 lines
303 B
YAML
name: Arduino Lint
|
|
on:
|
|
push:
|
|
pull_request:
|
|
jobs:
|
|
lint:
|
|
name: Lint Check
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: arduino/arduino-lint-action@v1
|
|
with:
|
|
library-manager: update
|
|
compliance: strict
|
|
project-type: all |