Skip to content

Merge branch 'main' of https://github.com/DCC-EX/DCCEXProtocol #8

Merge branch 'main' of https://github.com/DCC-EX/DCCEXProtocol

Merge branch 'main' of https://github.com/DCC-EX/DCCEXProtocol #8

Workflow file for this run

name: Arduino-lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: arduino/arduino-lint-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
library-manager: update