1 2 3 4 5 6 7 8 9 10#!/bin/sh echo "executing post-checkout branch hooks checks with args [$@]" ####################### # Dependencies issues # ####################### go mod tidy go mod vendor echo "finish processing dependencies issue..."
1 2 3 4 5 6 7 8 9 10
#!/bin/sh echo "executing post-checkout branch hooks checks with args [$@]" ####################### # Dependencies issues # ####################### go mod tidy go mod vendor echo "finish processing dependencies issue..."