Skip to content

Instantly share code, notes, and snippets.

@guilhem
Last active December 22, 2021 13:25
Show Gist options
  • Save guilhem/f952fd764d5293c25e6967f07e6b1448 to your computer and use it in GitHub Desktop.
Save guilhem/f952fd764d5293c25e6967f07e6b1448 to your computer and use it in GitHub Desktop.
Github action for swaggo
jobs:
swagger:
name: docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: supplypike/setup-bin@v1
with:
uri: 'https://github.com/swaggo/swag/releases/download/v1.7.6/swag_1.7.6_Linux_x86_64.tar.gz'
name: 'swag'
version: '1.7.6'
- name: swag init
run: swag init
- name: git diff
run: git diff --no-ext-diff --quiet --exit-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment