diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 63dcbb5..492e190 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3 - name: clang-format - run: clang-format --dry-run --Werror src/**/*.cc src/**/*.h + run: find src -type f -name \*.cc -o -name \*.h | xargs clang-format --dry-run --Werror android: name: Android