tangled
alpha
login
or
join now
tangled.org
/
core
Monorepo for Tangled
tangled.org
584
fork
atom
overview
issues
157
pulls
29
pipelines
ci: run go-vet on CI
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
3 months ago
b88c0f3f
86f37ea6
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
3/3
build.yml
success
2min 39s
fmt.yml
success
30s
test.yml
success
3min 17s
options
unified
split
Changed files
+6
.tangled
workflows
test.yml
+6
.tangled/workflows/test.yml
···
14
14
command: |
15
15
mkdir -p appview/pages/static; touch appview/pages/static/x
16
16
17
17
+
- name: run linter
18
18
+
environment:
19
19
+
CGO_ENABLED: 1
20
20
+
command: |
21
21
+
go vet -v ./...
22
22
+
17
23
- name: run all tests
18
24
environment:
19
25
CGO_ENABLED: 1