diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 637c879d..ab27539e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v3 with: - args: -v --config .golangci.yml --timeout=5m + args: -v --config .golangci.yml --timeout=5m --out-format=colored-line-number version: latest - name: make all-checks run: make all-checks