Files
mpv-scripts/justfile
T
2025-11-08 22:34:59 +01:00

11 lines
105 B
Makefile

lint:
luacheck scripts
fmt:
stylua scripts
fmt-check:
stylua --check scripts
check: fmt-check lint