Skip to content

Commit

Permalink
ci: add make mocks to go lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Dec 4, 2023
1 parent 0e1e3c6 commit 1e6ef40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
go-version: 1.18
- name: Checkout sources
uses: actions/checkout@v3
- name: Generate Mocks
run: make mocks
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 1e6ef40

Please sign in to comment.