chore: fix typos

This commit is contained in:
Harm Weites
2022-03-31 09:56:25 +02:00
parent bc289f2eaa
commit 1878581f63
+1 -1
View File
@@ -1,7 +1,7 @@
IMAGE_NAME:=hadolint-action
lint-dockerfile: ## Runs hadoint against application dockerfile
lint-dockerfile: ## Runs hadolint against application dockerfile
@docker run --rm -v "$(PWD):/data" -w "/data" hadolint/hadolint hadolint Dockerfile
lint-yaml: ## Lints yaml configurations