Skip to content

Commit

Permalink
remove path and add file
Browse files Browse the repository at this point in the history
  • Loading branch information
martelkr committed Dec 26, 2023
1 parent aa0dc30 commit 26d83bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
- name: cppcheck
uses: tonybaloney/cppcheck-action@master
with:
path: test
opts: --enable=all -I inc --verbose --suppress=missingIncludeSystem --platform=unix64 --inline-suppr --std=c++20
opts: --enable=all -I inc --verbose --suppress=missingIncludeSystem --platform=unix64 --inline-suppr --std=c++20 test/Testcppsocket.cpp

0 comments on commit 26d83bc

Please sign in to comment.