Skip to content

Commit 27b97f0

Browse files
committed
Disable Yaml prettier linter
1 parent e43f052 commit 27b97f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
VALIDATE_KUBERNETES_KUBECONFORM: false
6868
VALIDATE_KUBERNETES_KUBEVAL: false
6969
VALIDATE_YAML: false
70+
VALIDATE_YAML_PRETTIER: false
7071
# Run specific linters and only output warnings. Each linter run here should not be run in the action above.
7172
- name: Lint Code Base for Warnings
7273
uses: super-linter/super-linter/slim@v7

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ venv
1111

1212
*/test_trigger.sh
1313
test.sh
14+
output*.txt

0 commit comments

Comments
 (0)