Add a lint command to Makefile

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 20:18:05 -07:00
parent aff5584c85
commit 0a32000d7f

View File

@ -4,3 +4,6 @@ run:
build: build:
docker run --rm -w /opt/app -v $(PWD):/opt/app sitegen-openresty sitegen 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 .