lint: add validate target to Dockerfile

This commit is contained in:
Justin Chadwell 2022-07-27 14:27:38 +01:00
parent ad45d2d936
commit df061231ee
1 changed files with 4 additions and 0 deletions

View File

@ -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: