Skip to content

Commit

Permalink
chore: add workflow_dispatch for triggering manual runs, suppress cpp…
Browse files Browse the repository at this point in the history
…check --check-level=exhaustive warning (#23)

* chore: add workflow_dispatch for triggering manual runs

* chore: suppress normalCheckLevelMaxBranches until --check-level=exhaustive is available in CI
  • Loading branch information
alex-courtis authored Dec 2, 2024
1 parent 27e735d commit bf12108
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cppcheck.supp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unusedFunction:pro/*.h

unusedFunction:tst/asserts.h
unusedFunction:tst/util.c
unusedFunction:tst/wrap-*.c

# TODO use --check-level=exhaustive once available in CI
normalCheckLevelMaxBranches
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
all:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf12108

Please sign in to comment.