Skip to content

Commit 5649aea

Browse files
committed
chore: add linter to ci
1 parent 3da9a5b commit 5649aea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
run: |
5050
cp -r frontend/dist internal/assets/dist
5151
52+
- name: Lint backend
53+
uses: golangci/golangci-lint-action@v9
54+
with:
55+
version: v2.12
56+
5257
- name: Run tests
5358
run: go test -coverprofile=coverage.txt -v ./...
5459

0 commit comments

Comments
 (0)