Skip to content

Commit

Permalink
Similarly update the CI checker
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Feb 23, 2024
1 parent 1bc9a8f commit baaa636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit baaa636

Please sign in to comment.