Skip to content

Commit

Permalink
[ci] install format check wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor-XY committed Mar 27, 2024
1 parent 4b7215c commit 315ff49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- name: Checkout
uses: actions/checkout@v3
- name: install format check
run: python3 -m pip install /data00/mhlo_libraries/formatCheck-1.0-py3-none-any.whl
- name: Run clang-format check
run: ./scripts/clang_format_check.sh
shell: bash
Expand Down

0 comments on commit 315ff49

Please sign in to comment.