Skip to content

Commit

Permalink
Static check shall fail in case of medium or high priority errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Sep 18, 2023
1 parent ce96ed9 commit c2a4885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
pip install --upgrade platformio
- name: Perform static checks on ${{ matrix.environment }}
run: platformio check --environment ${{ matrix.environment }}
run: platformio check --environment ${{ matrix.environment }} --fail-on-defect=medium --fail-on-defect=high

# Perform tests
test:
Expand Down

0 comments on commit c2a4885

Please sign in to comment.