.PHONY: all fmt fmt-check lint check test ci all: fmt lint check test fmt: lx fmt fmt-check: lx fmt --check lint: lx lint check: lx check test: lx test ci: fmt-check lint check test