Skip to content

Commit df7e608

Browse files
committed
Remove swagger docs from repo
1 parent e812d97 commit df7e608

7 files changed

Lines changed: 6 additions & 6399 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
with:
3838
version: v2.0
3939
args: --timeout=10m
40+
- name: Generate swagger
41+
run: swag init
4042
- name: Test
4143
run: go test -p 1 -v ./...
4244
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ go.work.sum
2222

2323
misc/test-client-rust/target
2424
.vscode
25+
docs

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM public.ecr.aws/docker/library/golang:1.24-bookworm as builder
33
WORKDIR /src
44
COPY . .
55

6+
RUN swag init
67
RUN go build
78

89
FROM public.ecr.aws/docker/library/debian:bookworm-slim

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ lint:
2525

2626
run:
2727
docker compose up -d postgres localstack
28+
swag init
2829
go run .
2930

3031
test:
3132
docker compose up -d postgres localstack
33+
swag init
3234
go test -p 1 -v ./...
3335

3436
# Run `go install github.com/air-verse/air@latest` to use this

0 commit comments

Comments
 (0)