Skip to content

Commit f410698

Browse files
authored
[fix]pre-commit
1 parent fbc833e commit f410698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ jobs:
3333
export TENCENTCLOUD_SECRET_ID=${{ secrets.TENCENTCLOUD_SECRET_ID }}
3434
export TENCENTCLOUD_APPID=${{ secrets.TENCENTCLOUD_APPID }}
3535
export TENCENTCLOUD_OWNER_UIN=${{ secrets.TENCENTCLOUD_OWNER_UIN }}
36-
env
37-
git diff --name-status origin/master | egrep "_test\.go$" | awk '{print $2}'
36+
sh .githooks/pre-commit

0 commit comments

Comments
 (0)