.PHONY: validate lint

validate:
	./scripts/validate-collection.sh

lint:
	./scripts/validate-collection.sh
