8000 Update README · m5stack/M5Stack@3c15892 · GitHub
[go: up one dir, main page]

Skip to content
8000

Update README

Update README #70

name: Arduino Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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
0