Skip to content

Commit

Permalink
Add a step to install swag CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub authored Aug 28, 2024
1 parent b6da765 commit efc7b8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
go-version: ${{matrix.go-version}}

- name: Install swag CLI
run: go install github.com/swaggo/swag/cmd/swag@latest

- name: Build
run: make

Expand Down

0 comments on commit efc7b8f

Please sign in to comment.