Add linter and fix more errs in proj
Some checks failed
CI.yml / build (push) Failing after 14s

This commit is contained in:
d3m0k1d
2026-01-11 19:41:20 +03:00
parent 95ce6441d1
commit 577f7ef0b9

View File

@@ -20,6 +20,8 @@ jobs:
cache: false cache: false
- name: Install deps - name: Install deps
run: go mod tidy run: go mod tidy
- name: Run linter
run: golangci-lint run ./...
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...
- name: Build - name: Build