We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f254c + 98fd943 commit 807ebc5Copy full SHA for 807ebc5
1 file changed
.github/workflows/lint.yaml
@@ -23,3 +23,5 @@ jobs:
23
touch hack/tools/bin/golangci-lint hack/tools/bin/kube-api-linter.so
24
fi
25
- run: make lint
26
+ env:
27
+ PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
0 commit comments