Skip to content

Commit 0757d95

Browse files
committed
Add clang-format Check
1 parent e92702c commit 0757d95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: clang-format Check
2+
on: [push, pull_request]
3+
jobs:
4+
clang-format-checking:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- uses: DoozyX/[email protected]
9+
with:
10+
source: 'Client Server Shared'
11+
extensions: 'h,cpp,c,hpp'
12+
clangFormatVersion: 16

0 commit comments

Comments
 (0)