Skip to content

Add compile cmake file and instructions. #12

Add compile cmake file and instructions.

Add compile cmake file and instructions. #12

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