diff --git a/.github/workflows/check-pull-request.yaml b/.github/workflows/check-pull-request.yaml index de53eb0b9..791922ea1 100644 --- a/.github/workflows/check-pull-request.yaml +++ b/.github/workflows/check-pull-request.yaml @@ -68,7 +68,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.56.2 - args: --timeout 10m + args: --timeout 10m --verbose skip-pkg-cache: true skip-build-cache: true