-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What events trigger your workflow?
on: [pull_request]What OS does your workflow use?
runs-on: ubuntu-24.04How is cpp-linter-action configured?
- uses: cpp-linter/cpp-linter-action@v2
id: linter
with:
style: file
version: 19 # Ubuntu 24.04 provides clang-format-19
tidy-checks: '-*' # disable clang-tidy
lines-changed-only: true
# ignore bundled files
ignore: 'libvips/foreign/libnsgif|fuzz/StandaloneFuzzTargetMain.c'What was the unexpected behavior?
i.e. I did not expect those /usr/bin/clang-tidy-19 ... command-line invocations.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working