Skip to content

Commit

Permalink
ci: add check for swagger changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Jan 9, 2025
1 parent 9636836 commit cd0ef95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Check for Swagger changes
uses: yegorrybchenko/[email protected]
with:
swagWersion: 1.16.4
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit cd0ef95

Please sign in to comment.