Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Nov 20, 2024
1 parent 93e168a commit d1f83cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
run: git checkout ${{ github.base_ref }}

- name: Run checkstyle
run: bash ./dev/checkstyle.sh
run: |
echo $(pwd)
bash ./dev/checkstyle.sh

0 comments on commit d1f83cb

Please sign in to comment.