Add a lint command to Makefile

This commit is contained in:
Catalin Constantin Mititiuc 2025-05-23 16:39:51 -07:00
parent 5df1f9a8d1
commit 610c04643c

View File

@ -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 .