tangled
alpha
login
or
join now
zan.dev
/
core
forked from
tangled.org/core
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
ci: run go-vet on CI
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
4 months ago
b88c0f3f
86f37ea6
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+6
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+6
.tangled/workflows/test.yml
···
14
command: |
15
mkdir -p appview/pages/static; touch appview/pages/static/x
16
0
0
0
0
0
0
17
- name: run all tests
18
environment:
19
CGO_ENABLED: 1
···
14
command: |
15
mkdir -p appview/pages/static; touch appview/pages/static/x
16
17
+
- name: run linter
18
+
environment:
19
+
CGO_ENABLED: 1
20
+
command: |
21
+
go vet -v ./...
22
+
23
- name: run all tests
24
environment:
25
CGO_ENABLED: 1