feat(build): Run go vet as a step in the GitHub Actions workflow
This commit is contained in:
parent
13d97c9e51
commit
768f3986a9
2 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
run: nix-env -f '<nixpkgs>' -iA go
|
||||
- name: Check formatting
|
||||
run: "test -z $(gofmt -l .)"
|
||||
- name: Run `go vet`
|
||||
run: "go vet ./..."
|
||||
- name: Build Nixery
|
||||
run: "nix-build --no-out-link"
|
||||
- name: Run integration test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue