Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
ci: checkout workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed May 1, 2021
1 parent ddbb44a commit 3fa3651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -53,6 +53,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- name: Install swag
run: go get -u github.com/swaggo/swag/cmd/swag
Expand Down

0 comments on commit 3fa3651

Please sign in to comment.