Skip to content

Commit 416f0b3

Browse files
committed
check all before git push
1 parent b85cb82 commit 416f0b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.git-hooks/pre-push

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ if [[ "$CI" != "" ]]; then
66
exit
77
fi
88

9-
set +x
9+
set -x
1010

11+
make build SKIP_GO_GENERATE=true
1112
make test SKIP_GO_GENERATE=true
1213
make lint SKIP_GO_GENERATE=true
14+
15+
if [ -x ./actionlint ]; then
16+
./actionlint
17+
fi

0 commit comments

Comments
 (0)