Skip to content

Commit

Permalink
ci: hide yamllint config from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 31, 2024
1 parent 306afb2 commit baf00ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: 🧐 Lint YAML files
uses: ibiqlik/[email protected]
with:
config_file: .yamllint.yaml
config_file: .github/.yamllint.yaml
file_or_dir: '.'
strict: true

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ENVSUBST ?= $(BUILDER) envsubst
YAML_LINT_RUNNER ?= $(DOCKER) run --rm $$(tty -s && echo "-it" || echo) \
-v $(PWD):/data \
cytopia/yamllint:latest \
-c ./.github/.yamllint.yaml \
-f colored .

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

0 comments on commit baf00ed

Please sign in to comment.