We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72be2c1 commit 869a8fcCopy full SHA for 869a8fc
Makefile
@@ -14,13 +14,13 @@ code-check: ## Check and format code using pre-commit
14
15
test: ## Run the tests
16
pytest --verbose
17
- pytest --mypy stac_validator
+ pytest --mypy stac-validator
18
19
build-docker: ## Build a Docker container
20
- docker build -t stac_validator .
+ docker build -t stac-validator .
21
22
build-tox: ## Test stac_validator on multiple Python versions
23
docker build -f tox/Dockerfile-tox -t stac_tox .
24
25
run: ## Run the Docker Container and enter into bash
26
- docker run -it --entrypoint /bin/bash stac_validator
+ docker run -it --entrypoint /bin/bash stac-validator
0 commit comments