Skip to content

Commit

Permalink
Add arduino-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBrassoud committed May 2, 2024
1 parent e14c808 commit cd57dab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: arduino-lint
# uses: arduino/arduino-lint-action@v1
# with:
# library-manager: update
# compliance: strict

- name: Code format
uses: jidicula/[email protected]
with:
Expand All @@ -49,3 +43,9 @@ jobs:

- name: Code lint
run: pio check --fail-on-defect=high --fail-on-defect=medium

- name: arduino-lint
uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict

0 comments on commit cd57dab

Please sign in to comment.