Skip to content

Merge branch 'main' into dev #3

Merge branch 'main' into dev

Merge branch 'main' into dev #3

Workflow file for this run

name: Arduino Library Manager Compatibility
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout dev branch
uses: actions/checkout@v3
- uses: arduino/arduino-lint-action@v1
with:
compliance: specification
project-type: library
library-manager: update
recursive: true