From 03394327531ee13ed2cc3c0b051d39a4e1c9e98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=BBak?= Date: Tue, 7 Feb 2023 17:03:24 +0100 Subject: [PATCH] chore: Show file names and line numbers for found issues in github action logs (#12618) Co-authored-by: Pawel Zak --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ba2d16da1..85dea9ea5 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -26,4 +26,4 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.51.0 - args: --timeout 15m0s --verbose + args: --timeout 15m0s --verbose --out-${NO_FUTURE}format tab