mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-07-30 02:19:10 +00:00
shell comment
This commit is contained in:
parent
99020146f7
commit
a94ac1b452
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
- name: Lint (local)
|
- name: Lint (local)
|
||||||
if: vars.USE_LOCAL_LINTER == 'true'
|
if: vars.USE_LOCAL_LINTER == 'true'
|
||||||
run: |
|
run: | #shell
|
||||||
# Install golangci-lint
|
# Install golangci-lint
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue