Skip to content

Place source in a cpp file, instead of inline: lowers the impact of l… #22

Place source in a cpp file, instead of inline: lowers the impact of l…

Place source in a cpp file, instead of inline: lowers the impact of l… #22

Workflow file for this run

name: Arduino-lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict