chore: add linter to ci

This commit is contained in:
Stavros
2026-05-09 18:02:08 +03:00
parent 3da9a5b18b
commit 5649aea507
+5
View File
@@ -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 ./...