From 5649aea507a855dad1ce25e209611b2d8aeb7741 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 9 May 2026 18:02:08 +0300 Subject: [PATCH] chore: add linter to ci --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12db1641..4b063757 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,11 @@ jobs: run: | cp -r frontend/dist internal/assets/dist + - name: Lint backend + uses: golangci/golangci-lint-action@v9 + with: + version: v2.12 + - name: Run tests run: go test -coverprofile=coverage.txt -v ./...