lint:
	luacheck scripts

fmt:
	stylua scripts

fmt-check:
	stylua --check scripts

check: fmt-check lint
