Skip to content

Commit b665067

Browse files
committed
ci: move yaml config
1 parent be6096d commit b665067

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ENVSUBST ?= $(BUILDER) envsubst
3232
YAML_LINT_RUNNER ?= $(DOCKER) run --rm $$(tty -s && echo "-it" || echo) \
3333
-v $(PWD):/data \
3434
cytopia/yamllint:latest \
35+
-c ./.github/.yamllint.yaml \
3536
-f colored .
3637

3738
ACTION_LINT_RUNNER ?= $(DOCKER) run --rm $$(tty -s && echo "-it" || echo) \

0 commit comments

Comments
 (0)