Skip to content

A better CI matrix for Psychic #471

A better CI matrix for Psychic

A better CI matrix for Psychic #471

Workflow file for this run

name: Arduino Lint
on:
push:
branches: []
pull_request:
branches: []
schedule:
- cron: "0 1 * * 6" # Every Saturday at 1AM
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
project-type: library
compliance: strict