Skip to content

Commit dcf6193

Browse files
author
vbedi
committed
Merge branch 'main' into vbedi_issue_462
2 parents b5e30cf + 17be840 commit dcf6193

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dependabot-make-presubmit.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
uses: actions/setup-go@v4
2626
with:
2727
go-version: '1.x'
28+
29+
- name: Install dependencies
30+
run: |
31+
go install github.com/golang/mock/mockgen@v1.6.0
32+
go install sigs.k8s.io/kustomize/kustomize/v5@v5.6.0
33+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20220421205612-c162794a9b12
34+
go install github.com/mattn/goveralls@b031368
35+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
2836
2937
- name: Run make presubmit
3038
run: |
@@ -45,6 +53,6 @@ jobs:
4553
run: |
4654
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
4755
git config --local user.name "github-actions[bot]"
48-
git add go.mod go.sum
56+
git add -A
4957
git commit -m "Run make presubmit for Dependabot PR"
5058
git push

0 commit comments

Comments
 (0)