Skip to content

Commit

Permalink
ci: Verify go generated files are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed May 10, 2024
1 parent 902d26d commit c9f2811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Run golangci-lint
run: make golangci-lint

- name: Check go generated files
run: make check-go-generated

- name: Run go tests
run: make go-test

Expand Down

0 comments on commit c9f2811

Please sign in to comment.