Skip to content

Merge branch 'main' of https://github.com/m5stack/M5AtomS3 #6

Merge branch 'main' of https://github.com/m5stack/M5AtomS3

Merge branch 'main' of https://github.com/m5stack/M5AtomS3 #6

name: Arduino Lint Check
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