mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-18 13:28:15 +00:00
chore: fix typos
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
IMAGE_NAME:=hadolint-action
|
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
|
@docker run --rm -v "$(PWD):/data" -w "/data" hadolint/hadolint hadolint Dockerfile
|
||||||
|
|
||||||
lint-yaml: ## Lints yaml configurations
|
lint-yaml: ## Lints yaml configurations
|
||||||
|
|||||||
Reference in New Issue
Block a user