From e8fcc650364d415c0a3bfc50b13b5a2bdc8ee1d4 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Mon, 19 Aug 2024 15:05:46 +1000 Subject: [PATCH] chore: change golangci-lint config The github-actions format is deprecated --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 052685db53..36f82ca86c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Build Cache uses: ./.github/actions/build-cache - name: golangci-lint - run: golangci-lint run --new-from-rev="$(git merge-base origin/main HEAD)" --out-format github-actions ./... + run: golangci-lint run --new-from-rev="$(git merge-base origin/main HEAD)" --out-format colored-line-number ./... - name: lint-commit-or-rollback run: lint-commit-or-rollback ./backend/... 2>&1 | to-annotation - name: go-check-sumtype