add verbose output
This commit is contained in:
parent
4804ba567c
commit
dc2b350b04
1 changed files with 2 additions and 3 deletions
5
.github/workflows/golangci-lint.yml
vendored
5
.github/workflows/golangci-lint.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
|||
version: v1.26
|
||||
|
||||
# Optional: golangci-lint command line arguments.
|
||||
args: --new-from-rev=HEAD~
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: -v --new-from-rev=HEAD~
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue