tangled
alpha
login
or
join now
tangled.org
/
core
this repo has no description
4
fork
atom
overview
issues
6
pulls
pipelines
ci: run `go vet`
Signed-off-by: Winter <winter@winter.cafe>
Winter
4 months ago
55013dfc
815085e8
options
unified
split
Changed files
+4
.tangled
workflows
test.yml
+4
.tangled/workflows/test.yml
···
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