Skip to content

fix(ci): point the preset validator at the renamed file - #6

Merged
bikramnehra merged 1 commit into
mainfrom
fix/ci-reference-renamed-preset
Aug 4, 2026
Merged

fix(ci): point the preset validator at the renamed file#6
bikramnehra merged 1 commit into
mainfrom
fix/ci-reference-renamed-preset

Conversation

@bikramnehra

Copy link
Copy Markdown
Contributor

The rename PR (#4) moved default.json5default.json but missed this workflow, which is hardcoded to the old filename. Every run since has failed with File does not exist "default.json5" — PR #4 and PR #5 both merged past a red check because the check isn't required.

Point the validator at default.json. Confirmed locally: exit 0, Config validated successfully (with the harmless JSON5-in-.json deprecation warn, which does not fail --strict).

The rename PR (#4) moved default.json5 → default.json but missed the
CI workflow, which is hardcoded to the old filename. Every run since
has failed with `File does not exist "default.json5"` — PR #4 and PR #5
both merged past a red check because the check isn't required.

Point the validator at default.json. Confirmed locally: exit 0, "Config
validated successfully" (with the harmless JSON5-in-.json deprecation
warn, which does not fail --strict).
@bikramnehra
bikramnehra merged commit c1021da into main Aug 4, 2026
1 check passed
@bikramnehra
bikramnehra deleted the fix/ci-reference-renamed-preset branch August 4, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant