Skip to content

Commit ea4ddf6

Browse files
committed
Revert "test"
This reverts commit 1b36ead.
1 parent 5368a85 commit ea4ddf6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ jobs:
2727
- name: Apt-get
2828
run: sudo apt-get install libseccomp-dev -qq
2929

30+
- name: Prepare
31+
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler
32+
run: hack/install-verify-tools.sh
33+
env:
34+
GO111MODULE: auto
35+
36+
- name: Verify
37+
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler
38+
run: hack/verify-all.sh -v
39+
env:
40+
GO111MODULE: auto
41+
3042
- name: golangci-lint - vertical-pod-autoscaler
3143
uses: golangci/golangci-lint-action@v6
3244
with:

0 commit comments

Comments
 (0)