Skip to content

2. Refactor the listen method which is doing to many things #326

2. Refactor the listen method which is doing to many things

2. Refactor the listen method which is doing to many things #326

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