69
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 2m35s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-09-14 22:39:27 +03:00
parent 286b63e7ea
commit 2b0898ddbe

View File

@@ -35,6 +35,7 @@ jobs:
- name: Run golangci-lint
run: |
go clean -modcache
go mod tidy
golangci-lint run -c ./.golangci-lint.yaml --fix=false --color=always