-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
296f6d5
commit 8b0a6cd
Showing
1 changed file
with
2 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,2 @@ | ||
- name: arduino/arduino-lint-action | ||
# You may pin to the exact commit or the version. | ||
# uses: arduino/arduino-lint-action@e9a30879471dcbf7d9fe3481b26e60b652cca297 | ||
uses: arduino/arduino-lint-action@v1.0.2 | ||
with: | ||
# Path containing Arduino projects. | ||
path: # optional | ||
# Version of the Arduino Lint tool to use. | ||
version: # optional, default is 1.x | ||
# How strict the checks are. | ||
compliance: # optional, default is specification | ||
# Configuration of the checks for libraries in the Arduino Library Manager index. | ||
library-manager: # optional | ||
# The type of project to check. | ||
project-type: # optional, default is all | ||
# Search path recursively for projects to check. | ||
recursive: # optional, default is false | ||
# Save a JSON formatted report on the checks to this file. | ||
report-file: # optional | ||
# Show more information on the checks being run. | ||
verbose: # optional, default is false | ||
# Run the checks that only apply to official (non 3rd party) Arduino projects. | ||
official: # optional, default is false | ||
# GitHub access token used to get information from the GitHub API. | ||
token: # optional, default is ${{ github.token }} | ||
|
||
- name: arduino/arduino-lint-action | ||
uses: arduino/arduino-lint-action@v1.0.2 |