mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-28 06:11:28 +00:00
comment
This commit is contained in:
parent
3b480a1e9b
commit
c26ef59a6a
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
with:
|
||||
go-version-file: "go.mod"
|
||||
|
||||
- name: Build and test go binaries
|
||||
- name: Build, lint, and test go binaries
|
||||
run: | #shell
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2 # no external gh action deps
|
||||
$(go env GOPATH)/bin/golangci-lint run
|
||||
go build -v ./...
|
||||
go test -v ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue