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

ci: run `go vet`

Signed-off-by: Winter <winter@winter.cafe>

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