Skip to content

Commit

Permalink
ci: add missed go generate before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Jan 16, 2025
1 parent 872d3e1 commit 0f565a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/base/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ runs:
with:
go-version: ${{ inputs.go-version }}

- name: Go generate
shell: bash
run: go generate ./...

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 0f565a0

Please sign in to comment.