.PHONY: test smoke lint

test: smoke

smoke:
	./tests/smoke.sh

lint:
	bash -n bin/shx-upload tests/smoke.sh
