Skip to content

Fix bugs that prevent library compiling with the DEBUG macro set #137

Fix bugs that prevent library compiling with the DEBUG macro set

Fix bugs that prevent library compiling with the DEBUG macro set #137

Workflow file for this run

name: arduino-lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
with:
# path: ./
version: 1.x
compliance: strict
library-manager: update
project-type: library
recursive: true
# report-file:
verbose: false