Skip to content

Commit

Permalink
doc: add verbose to golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TrayserCassa committed Jan 8, 2025
1 parent 913277a commit eedee6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
pull-requests: read
checks: write

jobs:
Expand All @@ -21,5 +22,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout=5m
version: v1.60
args: --timeout=8m --verbose

0 comments on commit eedee6c

Please sign in to comment.