Skip to content

Commit

Permalink
fix: generate before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jun 21, 2024
1 parent 4bd2923 commit 81b2f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
with:
go-version: '1.20'

- name: Go mod tidy
run: go mod tidy

- name: Generate
run: make generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 81b2f4b

Please sign in to comment.