2022-01-20 13:20:42 +01:00
|
|
|
name: Arduino Lint
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ master, release/v8.* ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ master, release/v8.* ]
|
|
|
|
jobs:
|
|
|
|
lint:
|
2022-03-07 10:04:59 -05:00
|
|
|
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
|
2024-04-08 18:18:13 +02:00
|
|
|
runs-on: ubuntu-22.04
|
2022-01-20 13:20:42 +01:00
|
|
|
steps:
|
2023-11-02 11:03:37 +01:00
|
|
|
- uses: actions/checkout@v4
|
2022-01-20 13:20:42 +01:00
|
|
|
- uses: arduino/arduino-lint-action@v1
|
2022-01-20 13:22:36 +01:00
|
|
|
with:
|
|
|
|
library-manager: update
|