build: add lint target

ober

db4577577ec3b7c792d2272d2bb644da028f6643

diff --git a/Makefile b/Makefile
index 82d4841..b77fd31 100644
--- 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: