Skip to content

Commit 20f04d7

Browse files
committed
.github: update sanity check workflow.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent b093549 commit 20f04d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sanity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: Install golint
1313
run: go get -u golang.org/x/lint/golint
1414
- name: Lint
15-
run: golint -set_exit_status ./specs-go/*.go ./pkg/*
15+
run: make lint
1616
- name: Fmt
17-
run: test -z "$(gofmt -l ./specs-go/config.go)"
17+
run: make fmt
1818
- name: Vet
19-
run: go vet ./specs-go
19+
run: make vet

0 commit comments

Comments
 (0)