tangled
alpha
login
or
join now
julien.rbrt.fr
/
tangled-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
3 months ago
b88c0f3f
86f37ea6
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
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