Skip to content

Commit

Permalink
fixing cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus committed Nov 4, 2020
1 parent 9e47f59 commit 402d98e
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 @@ -15,5 +15,5 @@ jobs:
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- run: ln -s ../examples/test.cpp src/test.cpp
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages --flags "--suppress=*:*.pio\* --inline-suppr" -v
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages -v
- run: platformio run

0 comments on commit 402d98e

Please sign in to comment.