Check compliance with Arduino Repository rules #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v4name: Check compliance with Arduino Repository rules | ||
Check failure on line 1 in .github/workflows/arduino-library-repository-lint.yml
|
||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
workflow_dispatch: | ||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
- name: Check for compliance | ||
uses: arduino/[email protected] | ||
with: | ||
library-manager: update | ||
project-type: library | ||
compliance: strict |