Skip to content

Commit

Permalink
chore:ci: add lint target to ready-pr
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pana <[email protected]>
  • Loading branch information
acpana committed Feb 28, 2024
1 parent c67cf6f commit f4c743a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ ensure:

# Should run all needed commands before any PR is sent out.
.PHONY: ready-pr
ready-pr: manifests resource-docs generate-go-client
ready-pr: lint manifests resource-docs generate-go-client

# Upgrades dcl dependencies
.PHONY: upgrade-dcl
Expand Down

0 comments on commit f4c743a

Please sign in to comment.