Add main/src folder to format check paths
Some checks failed
clang-format Check / Formatting Check (components) (push) Successful in 22s
clang-format Check / Formatting Check (main/src) (push) Failing after 22s

This commit is contained in:
Andreas Tsouchlos 2023-11-25 17:50:41 +01:00
parent f91d7b5335
commit c8dc085cc7

View File

@ -8,7 +8,7 @@ jobs:
matrix:
path:
- 'components'
- 'main'
- 'main/src'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++/Protobuf programs.