feat: Finance API + тесты + CI/CD #1

Merged
daniil merged 11 commits from dev into main 2026-03-01 05:14:22 +00:00
Showing only changes of commit 8811a9078b - Show all commits

View File

@@ -14,6 +14,9 @@ jobs:
with:
go-version: '1.22'
- name: Tidy
run: go mod tidy
- name: Vet
run: go vet ./...
@@ -22,4 +25,3 @@ jobs:
- name: Build
run: CGO_ENABLED=0 go build -o main ./cmd/api
# CI