# If you have `direnv` loaded in your shell, and allow it in the repository, # the `make` command will point at the `scripts/make` shell script. # This Makefile is just here to allow auto-completion in the terminal. actions = \ changelog \ check \ check-api \ check-dependencies \ check-docs \ check-quality \ check-types \ clean \ coverage \ docs \ docs-deploy \ format \ help \ release \ run \ setup \ test \ vscode .PHONY: $(actions) $(actions): @bash scripts/make "$@"