Skip to content

Commit

Permalink
try new action
Browse files Browse the repository at this point in the history
  • Loading branch information
martelkr committed Jan 2, 2024
1 parent 3639833 commit 2e4516b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: testing
run: ls -lat && pwd

- uses: tonybaloney/cppcheck-action@master
- uses: Bedzior/[email protected]
with:
opts: --enable=all -I inc --verbose --suppress=missingIncludeSystem --platform=unix64 --inline-suppr --std=c++20 test/Testcppsocket.cpp
include directories: inc
path: test
verbose: true

0 comments on commit 2e4516b

Please sign in to comment.