1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/.github/workflows/arduino.yml

16 lines
425 B
YAML
Raw Normal View History

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 }}
2022-01-20 13:20:42 +01:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
2022-01-20 13:22:36 +01:00
with:
library-manager: update