Skip to content

Compliance with esp32 core 3.1.1 #50

Compliance with esp32 core 3.1.1

Compliance with esp32 core 3.1.1 #50

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.ino'
- '**.ini'
- '**.cpp'
- '**.hpp'
- '**.h'
- '**.c'
- '**lint.yml'
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/arduino-lint-action@v1
with:
project-type: library
library-manager: false
recursive: true