Skip to content

ci: add an action to check the arduino project #1

ci: add an action to check the arduino project

ci: add an action to check the arduino project #1

Workflow file for this run

name: Check Arduino
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Arduino Lint
uses: arduino/arduino-lint-action@v2
with:
compliance: specification
# official: true
project-type: platform