mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-07 10:14:01 +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:
|
with:
|
||||||
go-version-file: "go.mod"
|
go-version-file: "go.mod"
|
||||||
|
|
||||||
- name: Build and test go binaries
|
- name: Build, lint, and test go binaries
|
||||||
run: | #shell
|
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 env GOPATH)/bin/golangci-lint run
|
||||||
go build -v ./...
|
go build -v ./...
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue