Skip to content

Commit

Permalink
add repo clean check to go generate CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 22, 2024
1 parent 8d78c87 commit fe85756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
go-version: '1.22.5'

- name: go generate
run: go generate ./...
run: |
go generate ./...
make check-repo-clean
- name: go fmt
run: make fmt-check
Expand Down

0 comments on commit fe85756

Please sign in to comment.