forked from tangled.org/core
this repo has no description

ci: run go-vet on CI

Signed-off-by: oppiliappan <me@oppi.li>

Changed files
+6
.tangled
workflows
+6
.tangled/workflows/test.yml
···
command: |
mkdir -p appview/pages/static; touch appview/pages/static/x
+
- name: run linter
+
environment:
+
CGO_ENABLED: 1
+
command: |
+
go vet -v ./...
+
- name: run all tests
environment:
CGO_ENABLED: 1