From 0a32000d7ff92a5b7f3f03553c24e9f1a1a770aa Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 20:18:05 -0700 Subject: [PATCH] Add a lint command to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 30dc052..0450f57 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,6 @@ run: build: docker run --rm -w /opt/app -v $(PWD):/opt/app sitegen-openresty sitegen + +lint: + docker run --rm -w /opt/app -v $(PWD):/opt/app sitegen-openresty moonc -l .