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 ef44d66 commit 26009c5
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 @@ -40,7 +40,7 @@ jobs:
run: platformio run --environment d1_mini

- name: Perform static checks
run: platformio check --environment test --skip-packages
run: platformio check --environment test --skip-packages --fail-on-defect=medium --fail-on-defect=high

- name: Set up graphviz
uses: ts-graphviz/setup-graphviz@v1.2.0
Expand Down

0 comments on commit 26009c5

Please sign in to comment.