mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-24 16:31:58 -04:00
Explicitly set clang-format version to 16
This commit is contained in:
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@@ -60,6 +60,6 @@ jobs:
|
||||
- name: Run clang-format style check for C/C++ programs.
|
||||
uses: jidicula/clang-format-action@v4.4.1
|
||||
with:
|
||||
clang-format-version: "14"
|
||||
clang-format-version: "16"
|
||||
check-path: ${{ matrix.path['check'] }}
|
||||
exclude-regex: ${{ matrix.path['exclude'] }}
|
||||
|
||||
Reference in New Issue
Block a user