-
Notifications
You must be signed in to change notification settings - Fork 56
39 lines (32 loc) · 1.1 KB
/
consumer-cppcheck.yml
File metadata and controls
39 lines (32 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Copyright (C) 2026 - 2026 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
## AI-Assisted
## Managed by pkg_update_consumer_workflows. Byte-identical
## across consumers; this file is `cp`-ed from
## developer-meta-files/consumer-templates/.github/workflows/consumer-cppcheck.yml.
## DO NOT hand-edit this file in the consumer repo - changes
## will be overwritten on the next propagation pass.
##
## Per-repo values are read by the reusable from
## .github/dm-consumer.yml at workflow runtime. Required keys:
## cppcheck.paths. Optional: cppcheck.prepare-command.
##
## Reusable docs:
## https://github.com/org-ai-assisted/developer-meta-files/blob/master/.github/workflows/reusable-cppcheck.yml
name: cppcheck
on:
pull_request:
branches: [master]
push:
branches: [master]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cppcheck:
uses: org-ai-assisted/developer-meta-files/.github/workflows/reusable-cppcheck.yml@master
permissions:
contents: read