Open
Description
Describe the problem
I run the linter in GitHub actions, output is here: https://github.com/docwilco/MFIButton/actions/runs/3159910327/jobs/5143724723
But running it locally gives the same result:
$ arduino-lint --compliance strict
Linting library in /redacted/MFIButton
WARNING: No example sketches found. Please provide examples.
See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
(Rule LD004)
Linter results for project: 0 ERRORS, 1 WARNINGS
-------------------
But there's definitely an example: https://github.com/docwilco/MFIButton/blob/main/examples/Example_1-Basics_and_ESP32_timers.ino
To reproduce
- Check out https://github.com/docwilco/MFIButton
- Run linter
Expected behavior
Find the example that is present
Arduino Lint version
nightly-20220930 2022-09-30T01:37:12Z
Operating system
Linux
Operating system version
Ubuntu 20.04.3 LTS
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest version
- My report contains all necessary details