We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43f052 commit 27b97f0Copy full SHA for 27b97f0
.github/workflows/linter.yaml
@@ -67,6 +67,7 @@ jobs:
67
VALIDATE_KUBERNETES_KUBECONFORM: false
68
VALIDATE_KUBERNETES_KUBEVAL: false
69
VALIDATE_YAML: false
70
+ VALIDATE_YAML_PRETTIER: false
71
# Run specific linters and only output warnings. Each linter run here should not be run in the action above.
72
- name: Lint Code Base for Warnings
73
uses: super-linter/super-linter/slim@v7
.gitignore
@@ -11,3 +11,4 @@ venv
11
12
*/test_trigger.sh
13
test.sh
14
+output*.txt
0 commit comments