Skip to content

Commit

Permalink
typo .github/workflows/github-actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mohr committed Oct 13, 2023
1 parent d0c3f52 commit 79eb811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v3
- name: install dependencies
run: |
apt-get update
apt-get install cppcheck
sudo apt-get update
sudo apt-get install cppcheck
- name: run cppcheck
run: cppcheck --suppress="*:test/*" --enable=warning,portability,information --error-exitcode=1 --language=c++ $(find -iname "*.ino") $(find -iname "*.cpp") $(find -iname "*.h")

Expand Down

0 comments on commit 79eb811

Please sign in to comment.