Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenmanhthao996tn authored Jan 17, 2024
1 parent 9310fd0 commit 296f6d5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- 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 }}

0 comments on commit 296f6d5

Please sign in to comment.