fix: revert ci yml

Signed-off-by: YdrMaster <ydrml@hotmail.com>
This commit is contained in:
YdrMaster 2023-02-15 07:45:21 +08:00
parent 8fae67b4b4
commit bb0e7540cc
1 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,10 @@
name: clang-format Check
on:
pull_request:
paths:
- 'include/**'
- 'src/**'
- 'test/**'
- '3rd-party/**'
- '.clang-format'
paths-ignore:
- '**.md'
- 'LICENSE'
jobs:
formatting-check:
name: Formatting Check