mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
Do not run format on thirdparty or zvbi libraries
This commit is contained in:
parent
5850ef073d
commit
8218d5ff73
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -18,5 +18,5 @@ jobs:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- name: Format code
|
||||
run: |
|
||||
find src/ -type f -name '*.c' -not -path "src/GUI/icon_data.c" | xargs clang-format -i
|
||||
find src/ -type f -not -path "src/thirdparty/*" -not -path "src/lib_ccx/zvbi/*" -name '*.c' -not -path "src/GUI/icon_data.c" | xargs clang-format -i
|
||||
git diff-index --quiet HEAD -- || (git diff && exit 1)
|
||||
|
Loading…
Reference in New Issue
Block a user