ci: run `go vet`
Signed-off-by: Winter <winter@winter.cafe>
winter.bsky.social 4 months ago 55013dfc 815085e8
··· 12 12 command: | 13 13 mkdir -p appview/pages/static; touch appview/pages/static/x 14 14 15 15 + - name: run vet 16 16 + command: | 17 17 + go vet ./... 18 18 + 15 19 - name: run all tests 16 20 environment: 17 21 CGO_ENABLED: 1