Skip to content

Commit

Permalink
restoring linter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot committed Aug 2, 2023
1 parent 67584a5 commit 5ebc2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
go: ${{ matrix.go }}
redis: 5
mongo: 4.2
test-options: ""-count=1 -failfast -v""
golangci:
needs: gotest
if: ${{ always() }}
uses: TykTechnologies/github-actions/.github/workflows/golangci.yaml@main
with:
main_branch: "master"
go_version: "1.19"
go_version: 1.19
sonarcloud:
if: ${{ always() }}
needs: [gotest, golangci]
Expand Down

0 comments on commit 5ebc2da

Please sign in to comment.