# Validate sample YAML data against JSON Schemas
.PHONY: test
test:
	./validate ../../rule_schema_v1.yaml rules
