.PHONY: build_test lint_and_test

build_test:
	docker compose build lint-and-test

lint_and_test:
	docker compose run --rm lint-and-test
