From baaa6368d5d98a6aa214bd04350441b1c183dae6 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 23 Feb 2024 12:40:35 -0500 Subject: [PATCH] Similarly update the CI checker --- .github/workflows/python-ci-single.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-single.yml b/.github/workflows/python-ci-single.yml index a67076231b..7bc89f4e68 100644 --- a/.github/workflows/python-ci-single.yml +++ b/.github/workflows/python-ci-single.yml @@ -53,7 +53,7 @@ jobs: - name: Check C++ Format shell: bash - run: ./scripts/run-clang-format.sh . clang-format 0 $(find libtiledbsoma -name "*.cc" -or -name "*.h" | grep -v external) + run: ./scripts/run-clang-format.sh . clang-format 0 $(find libtiledbsoma apis/python/src apis/r/src -name "*.cc" -or -name "*.cpp" -or -name "*.h" | grep -v external) build: runs-on: ${{ inputs.os }}