mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 02:50:37 +08:00
11 lines
244 B
YAML
11 lines
244 B
YAML
name: Arduino library compliance (Lint)
|
|
on: [push, pull_request]
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: arduino/arduino-lint-action@v1
|
|
with:
|
|
library-manager: update
|