Skip to content

Check compliance with Arduino Repository rules #3

Check compliance with Arduino Repository rules

Check compliance with Arduino Repository rules #3

name: Check compliance with Arduino Repository rules
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Check for compliance
uses: arduino/[email protected]
with:
library-manager: update
project-type: library
compliance: strict