Skip to content

Commit

Permalink
TMP: add verbose log for golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsorianod committed Oct 22, 2024
1 parent 38f09b7 commit adc5cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit adc5cbc

Please sign in to comment.