Skip to content

Merge pull request #9 from tobozo/1.3.3 #10

Merge pull request #9 from tobozo/1.3.3

Merge pull request #9 from tobozo/1.3.3 #10

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