Skip to content

Commit

Permalink
Generate mocks before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice authored Mar 22, 2024
1 parent fa2d9f6 commit 8723db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: src/bpm/go.mod
- run: go generate ./...
working-directory: src/bpm/
- uses: golangci/golangci-lint-action@v3
with:
working-directory: src/bpm/

0 comments on commit 8723db7

Please sign in to comment.