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 6845c3f commit 860e3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cpplint --recursive cpp
- name: cmake-format
run: |
pip install cmakelang
pip install cmakelang[YAML]
find . -name "CMakeLists.txt" -not -path "*third_party/*" | xargs cmake-format -c .cmake-format.yaml --check
build_test_job:
Expand Down

0 comments on commit 860e3ed

Please sign in to comment.