Skip to content

[WIP] Provide a migration path from ESPAsyncWebServer (PoC) #430

[WIP] Provide a migration path from ESPAsyncWebServer (PoC)

[WIP] Provide a migration path from ESPAsyncWebServer (PoC) #430

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