mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-23 04:17:15 +02: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@v3
|
|
- uses: arduino/arduino-lint-action@v1
|
|
with:
|
|
library-manager: update
|