Skip to content

Commit b2aba97

Browse files
committed
Remove comment on test/examples
1 parent 3ff3923 commit b2aba97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/clang-format-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
path:
3838
- check: 'src'
3939
exclude: ''
40-
#- check: 'test'
41-
# exclude: ''
42-
#- check: 'examples/UnitUnified'
43-
# exclude: ''
40+
- check: 'test'
41+
exclude: ''
42+
- check: 'examples/UnitUnified'
43+
exclude: ''
4444

4545
steps:
4646
- name: Checkout # When pull_request is used, include it in the checkout https://zenn.dev/hkusu/articles/c731862051438b

0 commit comments

Comments
 (0)