๐Ÿ“ฆ William9923 / hook-the-git

๐Ÿ“„ post-checkout ยท 10 lines
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..."