We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470a808 commit 2d103dbCopy full SHA for 2d103db
.github/workflows/checks.yml
@@ -140,7 +140,7 @@ jobs:
140
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141
run: |
142
${{ 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
+ devbox run -- reviewdog -f=golangci-lint --fail-level=any ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && '-reporter=github-check --filter-mode=nofilter' || '-reporter=github-pr-review --filter-mode=added' }}
144
working-directory: ${{ matrix.module }}
145
146
lint-gha:
0 commit comments