Skip to content

Commit

Permalink
debug: ls -R
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Khandeparkar <shadowwarriorpro3003@gmail.com>
  • Loading branch information
harshkhandeparkar committed Jan 5, 2024
1 parent ece0f5e commit 8861af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/swagger_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Generate swagger.yaml and exit if no changes
run: |
ls -R
swag init --parseDependency --parseInternal -g cmd/backend.go --ot yaml
if [ -z "$(git status --porcelain docs/swagger.yaml docs/redocly.yaml)" ]; then
exit 0
Expand Down

0 comments on commit 8861af3

Please sign in to comment.