Skip to content

Commit

Permalink
fix(fix): Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deo002 committed Aug 12, 2024
1 parent 11561cf commit 668a452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Check doc diff
run: |
ls -l swag/docs/
ls -l cmd/laas/docs
diff swag/docs/docs.go cmd/laas/docs/docs.go > swagger-diff.txt
cat swagger-diff.txt
# Check if file swagger-diff.txt is empty
Expand Down

0 comments on commit 668a452

Please sign in to comment.