.PHONY: check lint type-check

check lint type-check:
	@cd .. && $(MAKE) $@
