Skip to content

Commit

Permalink
[ci] run linter & api targets to check generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 8, 2024
1 parent d173ff4 commit 6959c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Don't remove it! We shouldn't allow CI to pass if there are any changes not committed after running make
- name: Make all (autogeneration) and fail on dirty
run: |
make generate manifests docs
make generate manifests lint docs api
git status --short
git diff --quiet
Expand Down

0 comments on commit 6959c4d

Please sign in to comment.