We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6096d commit b665067Copy full SHA for b665067
.yamllint.yaml renamed to .github/.yamllint.yaml
Makefile
@@ -32,6 +32,7 @@ ENVSUBST ?= $(BUILDER) envsubst
32
YAML_LINT_RUNNER ?= $(DOCKER) run --rm $$(tty -s && echo "-it" || echo) \
33
-v $(PWD):/data \
34
cytopia/yamllint:latest \
35
+ -c ./.github/.yamllint.yaml \
36
-f colored .
37
38
ACTION_LINT_RUNNER ?= $(DOCKER) run --rm $$(tty -s && echo "-it" || echo) \
0 commit comments