watchtower/Makefile

9 lines
82 B
Makefile

all: format lint
.PHONY: format
format:
stylua .
.PHONY: lint
lint:
luacheck .