Skip to content

Commit

Permalink
warn?
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Dec 4, 2024
1 parent 6a2648a commit 69be2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run yamllint
run: |
yamllint -d "{extends: default, rules: {line-length: {level: warning}, braces: {level:warning}, key-duplicates: {level: error}, trailing-spaces: {level: error}}}" infra/helm/meshdb/
yamllint -d "{extends: default, rules: {line-length: {level: warn}, braces: {level:warn}, key-duplicates: {level: error}, trailing-spaces: {level: error}}}" infra/helm/meshdb/
kubeconform:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69be2d6

Please sign in to comment.