Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 5, 2023
1 parent 15dcc31 commit 9d9be82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
CUR_SHA=$(git log --pretty=tformat:"%H" -n1 .)
echo $CUR_SHA
echo ${{ env.BASE_COMMIT_ID }}
pre-commit run --from-ref ${{ env.BASE_COMMIT_ID }} --to-ref $CUR_SHA
# pre-commit run --from-ref ${{ env.BASE_COMMIT_ID }} --to-ref $CUR_SHA
pre-commit run --from-ref origin/main --to-ref $CUR_SHA
# pre-commit run --from-ref origin/main --to-ref HEAD
# run: |
# BASE_COMMIT_ID=$(git rev-parse origin/main)

0 comments on commit 9d9be82

Please sign in to comment.