Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenmanhthao996tn authored Jan 17, 2024
1 parent 296f6d5 commit 8b0a6cd
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/main.yml
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

0 comments on commit 8b0a6cd

Please sign in to comment.