Test new version of action for workflow
Some checks failed
clang-format Check / Formatting Check (map[check:main/src]) (push) Failing after 38s
Some checks failed
clang-format Check / Formatting Check (map[check:main/src]) (push) Failing after 38s
This commit is contained in:
parent
c8dc085cc7
commit
1bcb7a7981
@ -7,13 +7,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
path:
|
path:
|
||||||
- 'components'
|
- check: 'main/src'
|
||||||
- 'main/src'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Run clang-format style check for C/C++/Protobuf programs.
|
- name: Run clang-format style check for C/C++/Protobuf programs.
|
||||||
uses: jidicula/clang-format-action@v4.4.1
|
uses: jidicula/clang-format-action@v4.10.2
|
||||||
with:
|
with:
|
||||||
clang-format-version: '13'
|
clang-format-version: '13'
|
||||||
check-path: ${{ matrix.path }}
|
check-path: ${{ matrix.path['check'] }}
|
||||||
|
exclude-regex: ${{ matrix.path['exclude'] }}
|
||||||
fallback-style: 'Mozilla' # optional
|
fallback-style: 'Mozilla' # optional
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user