ci: run go-vet on CI
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li 2 months ago 1db3ae72 6582c01a
··· 14 14 command: | 15 15 mkdir -p appview/pages/static; touch appview/pages/static/x 16 16 17 17 + - name: run linter 18 18 + environment: 19 19 + CGO_ENABLED: 1 20 20 + command: | 21 21 + go vet -v ./... 22 22 + 17 23 - name: run all tests 18 24 environment: 19 25 CGO_ENABLED: 1