Skip to content

Commit abdabd8

Browse files
chore(ci): add clang-format check
Signed-off-by: Coelacanthus <uwu@coelacanthus.name>
1 parent 572abe9 commit abdabd8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
steps:
8+
- uses: actions/checkout@v5
9+
- name: Run clang-format style check.
10+
uses: jidicula/clang-format-action@v4.15.0
11+
with:
12+
clang-format-version: '20'
13+
exclude-regex: '^(cjson|dlfcn-win32)/.*'

0 commit comments

Comments
 (0)