We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6d2fe commit 1969b72Copy full SHA for 1969b72
.github/workflows/pull-request-checks.yaml
@@ -86,7 +86,7 @@ jobs:
86
LINTER_RULES_PATH: /
87
VALIDATE_ALL_CODEBASE: false
88
VALIDATE_JAVASCRIPT_ES: true
89
- VALIDATE_JSON: true
+ VALIDATE_JSON: false
90
# ESLint only on changed files (not the same as the above super-linter)
91
- name: Get Changed Files (space-separated)
92
id: changed_files_space
0 commit comments