mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-07 18:23:30 +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 build -v ./...
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
||||||
- name: Lint
|
# TODO: Uncomment this when we are done fixing this error on the anysphere side.
|
||||||
uses: golangci/golangci-lint-action@v3
|
# - name: Lint
|
||||||
with:
|
# uses: golangci/golangci-lint-action@v3
|
||||||
version: v1.52.2
|
# with:
|
||||||
|
# version: v1.52.2
|
||||||
|
|
||||||
- name: Ensure apt_query binaries are executable
|
- name: Ensure apt_query binaries are executable
|
||||||
run: | #shell
|
run: | #shell
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue