Add main/src folder to format check paths
This commit is contained in:
parent
f91d7b5335
commit
c8dc085cc7
@ -8,7 +8,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
path:
|
path:
|
||||||
- 'components'
|
- 'components'
|
||||||
- 'main'
|
- 'main/src'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run clang-format style check for C/C++/Protobuf programs.
|
- name: Run clang-format style check for C/C++/Protobuf programs.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user