Bump github.com/swaggo/swag from 1.16.2 to 1.16.3 #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Workflow for Feature branches" | ||
on: | ||
push: | ||
branches-ignore: | ||
- main | ||
jobs: | ||
go-build-test-lint: | ||
uses: martelskiy/workflows/.github/workflows/go.yml@main | ||
Check failure on line 10 in .github/workflows/workflow-feature.yml GitHub Actions / .github/workflows/workflow-feature.ymlInvalid workflow file
|
||
secrets: | ||
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |