Skip to content

Commit

Permalink
refactor: move cmd to cmd/service
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrkhmil committed Dec 6, 2024
1 parent d585aa2 commit 3d14114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Swagger
run: |
go install github.com/swaggo/swag/cmd/swag@0b9e347c196710ea155a147782bf51707a600c2c # https://github.com/swaggo/swag/releases/tag/v1.16.4
swag init -g cmd/main.go
swag init -g cmd/service/main.go
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # https://github.com/golangci/golangci-lint-action/releases/tag/v6.1.1
with:
version: v1.61
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Swagger
run: |
go install github.com/swaggo/swag/cmd/swag@0b9e347c196710ea155a147782bf51707a600c2c # https://github.com/swaggo/swag/releases/tag/v1.16.4
swag init -g cmd/main.go
swag init -g cmd/service/main.go
- name: Run tests
run: go test -race ./...

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Swagger
run: |
go install github.com/swaggo/swag/cmd/swag@0b9e347c196710ea155a147782bf51707a600c2c # https://github.com/swaggo/swag/releases/tag/v1.16.4
swag init -g cmd/main.go
swag init -g cmd/service/main.go
- name: Run govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@4ea4418106cea3bb2c9aa098527c924e9e1fbbb4 # https://go.googlesource.com/vuln/+/refs/tags/v1.1.3
Expand Down
File renamed without changes.

0 comments on commit 3d14114

Please sign in to comment.