Skip to content

Commit

Permalink
.github: update sanity check workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
  • Loading branch information
klihub committed Dec 10, 2021
1 parent 2e1c539 commit f0957c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install golint
run: go get -u golang.org/x/lint/golint
- name: Lint
run: golint -set_exit_status ./specs-go/*.go ./pkg/*
run: make lint
- name: Fmt
run: test -z "$(gofmt -l ./specs-go/config.go)"
run: make fmt
- name: Vet
run: go vet ./specs-go
run: make vet

0 comments on commit f0957c9

Please sign in to comment.