mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-24 20:31:27 +00:00
enterprise policy skip
This commit is contained in:
parent
a96225340d
commit
d0bb53f685
9
.github/workflows/pull_request.yml
vendored
9
.github/workflows/pull_request.yml
vendored
|
|
@ -23,10 +23,11 @@ jobs:
|
|||
go build -v ./...
|
||||
go test -v ./...
|
||||
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.52.2
|
||||
# TODO: Uncomment this when we are done fixing this error on the anysphere side.
|
||||
# - name: Lint
|
||||
# uses: golangci/golangci-lint-action@v3
|
||||
# with:
|
||||
# version: v1.52.2
|
||||
|
||||
- name: Ensure apt_query binaries are executable
|
||||
run: | #shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue