Skip to content

Commit

Permalink
fix yamllint and enable it for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jan 31, 2023
1 parent 224f8e2 commit 78d765c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
extends: default
rules:
indentation: disable # kustomize can rewrite yaml files and break this rule
config_data: |
extends: default
rules:
indentation: disable # kustomize can rewrite yaml files and break this rule

0 comments on commit 78d765c

Please sign in to comment.