This commit is contained in:
naiba 2024-10-19 23:17:14 +08:00
parent 9e6bbd3386
commit 6cd243ea40

View File

@ -25,6 +25,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: bootstrap
run: |
go install github.com/swaggo/swag/cmd/swag@latest
swag init -g cmd/dashboard/main.go -o cmd/dashboard/docs
- name: Unit test
run: |