Skip to content

Commit 9cff5c0

Browse files
committed
add test_clang_format workflow
1 parent 668cf01 commit 9cff5c0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: test-clang-format
2+
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
pull_request:
8+
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: DoozyX/clang-format-lint-action@v0.18
17+
with:
18+
source: './src/fmtlib ./include/fmtlib'
19+
extensions: 'hpp,cpp'
20+
clangFormatVersion: 18

0 commit comments

Comments
 (0)