Test new version of action for workflow
Some checks failed
clang-format Check / Formatting Check (map[check:main/src]) (push) Failing after 38s

This commit is contained in:
Andreas Tsouchlos 2023-11-25 17:56:42 +01:00
parent c8dc085cc7
commit 1bcb7a7981

View File

@ -7,13 +7,14 @@ jobs:
strategy:
matrix:
path:
- 'components'
- 'main/src'
- check: 'main/src'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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:
clang-format-version: '13'
check-path: ${{ matrix.path }}
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}
fallback-style: 'Mozilla' # optional