Skip to content

Commit de5457a

Browse files
committed
fixup! ci: Tidy up devbox run commands
1 parent 441b897 commit de5457a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)