build: add lint target
ober
db4577577ec3b7c792d2272d2bb644da028f6643
--- a/Makefile +++ b/Makefile @@ -412,6 +412,9 @@ reproducibility-report: ensure-vendor-jerboa-tools editor-flow-evidence: EDITOR_FLOW_EVIDENCE_DIR="$(EDITOR_FLOW_EVIDENCE_DIR)" scripts/editor-flow-evidence.sh +.PHONY: lint +lint: security + verify: security check-generated test test-functional audit sbom reproducibility-report editor-flow-evidence release-evidence: