feat: Finance API + тесты + CI/CD #1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user