Skip to content

re-added my ArduinoTrace in a non-offensive way :) #458

re-added my ArduinoTrace in a non-offensive way :)

re-added my ArduinoTrace in a non-offensive way :) #458

Workflow file for this run

name: Arduino Lint
on:
push:
branches: []
pull_request:
branches: []
schedule:
- cron: "0 1 * * 6" # Every Saturday at 1AM
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