build: add lint target
ober
dc38cdefdc37d6d7dd0914554a0f51b0680a7fcc
--- a/Makefile +++ b/Makefile @@ -102,6 +102,9 @@ integration-test: bin/protonmail-read doctor; \ fi +.PHONY: lint +lint: security + verify: security test security:
ober
dc38cdefdc37d6d7dd0914554a0f51b0680a7fcc
--- a/Makefile +++ b/Makefile @@ -102,6 +102,9 @@ integration-test: bin/protonmail-read doctor; \ fi +.PHONY: lint +lint: security + verify: security test security: