Skip to content

Commit d6cda48

Browse files
committed
clean
1 parent 8888033 commit d6cda48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
CUR_SHA=$(git log --pretty=tformat:"%H" -n1 .)
6868
LAST_SHA=$(git log --pretty=tformat:"%H" -n2 | tail -n1)
6969
git fetch
70+
echo $GITHUB_REF
71+
echo $LAST_SHA
7072
if [[ $GITHUB_REF == 'refs/heads/main' ]]; then
7173
pre-commit run --from-ref $LAST_SHA --to-ref $CUR_SHA
7274
else

0 commit comments

Comments
 (0)