Skip to content

Merge branch 'main' of https://github.com/JimKnowler/Arduino_Waldo #4

Merge branch 'main' of https://github.com/JimKnowler/Arduino_Waldo

Merge branch 'main' of https://github.com/JimKnowler/Arduino_Waldo #4

Workflow file for this run

name: Arduino Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run arduino-lint
uses: arduino/[email protected]
with:
path: "."
compliance: "strict"
library-manager: "submit"
project-type: "library"
recursive: "true"
verbose: "true"