File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,14 +133,14 @@ jobs:
133133 enable-cache : true
134134
135135 - name : Install custom golangci-lint
136- run : devbox run make hack/tools/golangci-lint-kube-api-linter
136+ run : devbox run -- make hack/tools/golangci-lint-kube-api-linter
137137
138138 - name : golangci-lint
139139 env :
140140 REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141141 run : |
142142 ${{ github.workspace }}/hack/tools/golangci-lint-kube-api-linter run --config=${{ github.workspace }}/.golangci.yml --output.text.path=stdout ./... | \
143- devbox run reviewdog -f=golangci-lint -reporter=github-pr-review --fail-level=any
143+ devbox run -- reviewdog -f=golangci-lint -reporter=github-pr-review --fail-level=any
144144 working-directory : ${{ matrix.module }}
145145
146146 lint-gha :
You can’t perform that action at this time.
0 commit comments