Skip to content

Commit

Permalink
fix cmake format check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengjieLi28 committed Jun 28, 2023
1 parent 460d6ff commit 6845c3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .clang-format-ignore

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
pip install cpplint
cpplint --recursive cpp
- name: cmake-format
uses: PuneetMatharu/cmake-format-lint-action@v1.0.2
with:
args: --config-files .cmake-format.yaml --check
run: |
pip install cmakelang
find . -name "CMakeLists.txt" -not -path "*third_party/*" | xargs cmake-format -c .cmake-format.yaml --check
build_test_job:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6845c3f

Please sign in to comment.