Skip to content

feature(api): add swagger specification generation #3

feature(api): add swagger specification generation

feature(api): add swagger specification generation #3

Workflow file for this run

name: Generate Swagger Documentation
on:
- pull_request
jobs:
generate_swagger:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Install swag
run: make install-swag
- name: Generate Swagger Documentation
run: make swag