diff --git a/Makefile b/Makefile index 4880fa0aec..287b084ad2 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,10 @@ release: # Vendor Gemfile.lock vendor: $(BUILDX_CMD) bake vendor + +# Run all validators +validate: + $(BUILDX_CMD) bake validate # Check for broken links htmlproofer: