Skip to content

Commit 1969b72

Browse files
committed
Disabling JSON linting for now
1 parent 3a6d2fe commit 1969b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
LINTER_RULES_PATH: /
8787
VALIDATE_ALL_CODEBASE: false
8888
VALIDATE_JAVASCRIPT_ES: true
89-
VALIDATE_JSON: true
89+
VALIDATE_JSON: false
9090
# ESLint only on changed files (not the same as the above super-linter)
9191
- name: Get Changed Files (space-separated)
9292
id: changed_files_space

0 commit comments

Comments
 (0)