Skip to content

Commit

Permalink
Makefile: Add validatepr description for 'make help' output
Browse files Browse the repository at this point in the history
Signed-off-by: H Dub <14808878+hdub-tech@users.noreply.github.com>
  • Loading branch information
hdub-tech committed Jan 24, 2025
1 parent 0d2431d commit bbf00ec
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 @@ -325,7 +325,7 @@ validate: validate-source validate-binaries
# not automated right now. The hope is that eventually the quay.io/libpod/fedora_podman is multiarch and can replace this
# image in the future.
.PHONY: validatepr
validatepr:
validatepr: ## Go Format and lint, which all code changes must pass
$(PODMANCMD) run --rm \
-v $(CURDIR):/go/src/github.com/containers/podman \
--security-opt label=disable \
Expand Down

0 comments on commit bbf00ec

Please sign in to comment.