From 610c04643c33f4da69d40480cdce281e441c059d Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 23 May 2025 16:39:51 -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 .