Skip to content

Commit 94fe1a3

Browse files
CI: Add clang-format checker
Signed-off-by: Andreas Fuchs <andreas.fuchs@infineon.com>
1 parent e7655fe commit 94fe1a3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/clang_format.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Clang Format Checker
2+
on:
3+
[push, pull_request]
4+
jobs:
5+
clang-format-checking:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: RafikFarhad/clang-format-github-action@v3
10+
with:
11+
sources: "include/tss2/*.h,src/**/*.h,src/**/*.c,test/**/*.h,test/**/*.c"

0 commit comments

Comments
 (0)