mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Test: update clang-format-action to v3.4.0
This commit is contained in:
parent
1306d100ee
commit
9f407d83b3
1 changed files with 41 additions and 41 deletions
82
.github/workflows/clang-format.yml
vendored
82
.github/workflows/clang-format.yml
vendored
|
@ -21,45 +21,45 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
path:
|
||||
- check: 'libclamav'
|
||||
exclude: '(iana_cctld|bytecode_api_|bytecode_hooks|rijndael|yara|inffixed|inflate|queue|tomsfastmath|nsis|7z|regex|c++|generated)'
|
||||
- check: 'libfreshclam'
|
||||
exclude: ''
|
||||
- check: 'clamav-milter'
|
||||
exclude: ''
|
||||
- check: 'clambc'
|
||||
exclude: ''
|
||||
- check: 'clamconf'
|
||||
exclude: ''
|
||||
- check: 'clamd'
|
||||
exclude: ''
|
||||
- check: 'clamdscan'
|
||||
exclude: ''
|
||||
- check: 'clamdtop'
|
||||
exclude: ''
|
||||
- check: 'clamonacc'
|
||||
exclude: '(c-thread-pool|fts|priv_fts)'
|
||||
- check: 'clamscan'
|
||||
exclude: ''
|
||||
- check: 'clamsubmit'
|
||||
exclude: ''
|
||||
- check: 'freshclam'
|
||||
exclude: ''
|
||||
- check: 'libfreshclam'
|
||||
exclude: ''
|
||||
- check: 'common'
|
||||
exclude: ''
|
||||
- check: 'sigtool'
|
||||
exclude: ''
|
||||
- check: 'examples'
|
||||
exclude: ''
|
||||
- check: 'win32/compat'
|
||||
exclude: ''
|
||||
- check: "libclamav"
|
||||
exclude: "(iana_cctld|bytecode_api_|bytecode_hooks|rijndael|yara|inffixed|inflate|queue|tomsfastmath|nsis|7z|regex|c++|generated)"
|
||||
- check: "libfreshclam"
|
||||
exclude: ""
|
||||
- check: "clamav-milter"
|
||||
exclude: ""
|
||||
- check: "clambc"
|
||||
exclude: ""
|
||||
- check: "clamconf"
|
||||
exclude: ""
|
||||
- check: "clamd"
|
||||
exclude: ""
|
||||
- check: "clamdscan"
|
||||
exclude: ""
|
||||
- check: "clamdtop"
|
||||
exclude: ""
|
||||
- check: "clamonacc"
|
||||
exclude: "(c-thread-pool|fts|priv_fts)"
|
||||
- check: "clamscan"
|
||||
exclude: ""
|
||||
- check: "clamsubmit"
|
||||
exclude: ""
|
||||
- check: "freshclam"
|
||||
exclude: ""
|
||||
- check: "libfreshclam"
|
||||
exclude: ""
|
||||
- check: "common"
|
||||
exclude: ""
|
||||
- check: "sigtool"
|
||||
exclude: ""
|
||||
- check: "examples"
|
||||
exclude: ""
|
||||
- check: "win32/compat"
|
||||
exclude: ""
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run clang-format style check for C/C++ programs.
|
||||
uses: jidicula/clang-format-action@v3.3.0
|
||||
with:
|
||||
clang-format-version: '10'
|
||||
check-path: ${{ matrix.path['check'] }}
|
||||
exclude-regex: ${{ matrix.path['exclude'] }}
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run clang-format style check for C/C++ programs.
|
||||
uses: jidicula/clang-format-action@v3.4.0
|
||||
with:
|
||||
clang-format-version: "10"
|
||||
check-path: ${{ matrix.path['check'] }}
|
||||
exclude-regex: ${{ matrix.path['exclude'] }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue