Skip to content

Release workflows now use template-style checkout retry and auto-prer… #1

Release workflows now use template-style checkout retry and auto-prer…

Release workflows now use template-style checkout retry and auto-prer… #1

Workflow file for this run

name: Lint (Advisory)
on:
pull_request:
push:
branches:
- main
- feature/**
permissions:
contents: read
jobs:
metadata_lint:
name: Metadata Lint (advisory)
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Arduino Lint
uses: arduino/arduino-lint-action@v1
with:
library-manager: false
project-type: library