Skip to content

Commit 0d266fb

Browse files
authored
Merge branch 'main' into new_project_psd
2 parents 57cfd58 + df0b611 commit 0d266fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: clang-format Check
2+
on: [push, pull_request]
3+
jobs:
4+
formatting-check:
5+
name: Formatting Check
6+
runs-on: ubuntu-latest
7+
strategy:
8+
matrix:
9+
path:
10+
- 'src'
11+
- 'tests/src'
12+
- 'python/src'
13+
steps:
14+
- uses: actions/checkout@v4
15+
- name: clang-format style check
16+
uses: jidicula/[email protected]
17+
with:
18+
clang-format-version: '17'
19+
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)