Skip to content

Commit

Permalink
gha: Use make target for k8s generation
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Oct 15, 2024
1 parent e08929b commit 5221acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Check api generated files
run: |
cd src/github.com/cilium/cilium
contrib/scripts/check-api-code-gen.sh
make generate-k8s-api
generate-k8s-api:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5221acc

Please sign in to comment.