Build API swagger on github workflows (#123)

This will help prevent the swagger docs from breaking.
This commit is contained in:
agodnic 2023-02-02 15:07:09 -03:00 committed by GitHub
parent 7fba3537a1
commit 69dce95474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -36,4 +36,8 @@ jobs:
- name: Test parser
working-directory: ./parser
run: make test
run: make test
- name: Build API swagger
working-directory: ./api
run: go install github.com/swaggo/swag/cmd/swag@latest && make doc