Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Sep 26, 2024
1 parent 1a5d80f commit 43e8bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Setup Mocks
run: |
make mocks
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 43e8bb9

Please sign in to comment.