mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-04 05:43:31 +00:00
feat(ci): enable useful golangci output
Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
parent
8b515ba54a
commit
d6c24d1500
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: v1.58
|
version: v1.58
|
||||||
args: "--timeout=5m"
|
args: "--timeout=5m --out-format github-actions,colored-line-number"
|
||||||
|
|
||||||
# golangci-lint action doesn't always provide helpful output, so re-run without the action for
|
# golangci-lint action doesn't always provide helpful output, so re-run without the action for
|
||||||
# better output of the problem.
|
# better output of the problem.
|
||||||
|
Loading…
Reference in New Issue
Block a user