arduino/arduino/arduino-lint-action
Check Arduino projects for problems.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path containing Arduino projects. | no | — |
| version | Version of the Arduino Lint tool to use. | no | 1.x |
| compliance | How strict the checks are. | no | specification |
| library-manager | Configuration of the checks for libraries in the Arduino Library Manager index. | no | — |
| project-type | The type of project to check. | no | all |
| recursive | Search path recursively for projects to check. | no | false |
| report-file | Save a JSON formatted report on the checks to this file. | no | — |
| verbose | Show more information on the checks being run. | no | false |
| official | Run the checks that only apply to official (non 3rd party) Arduino projects. | no | false |
| token | GitHub access token used to get information from the GitHub API. | no | ${{ github.token }} |
Outputs
no outputs