Skip to content

fix(guide): find section for page titles #739

fix(guide): find section for page titles

fix(guide): find section for page titles #739

Triggered via push October 17, 2025 12:39
Status Failure
Total duration 1m 33s
Artifacts

validate.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
validate
Process completed with exit code 1.
validate: src/util/discordDocs.ts#L136
Expected '===' and instead saw '=='
validate: src/util/discordDocs.ts#L111
["path"] is better written in dot notation
validate: src/util/discordDocs.ts#L111
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
validate: src/util/discordDocs.ts#L110
["verb"] is better written in dot notation
validate: src/util/discordDocs.ts#L110
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
validate: src/util/discordDocs.ts#L46
/\[(.*?)\]\(.*?\)/g can be optimized to /\[(.*?)]\(.*?\)/g
validate: src/util/discordDocs.ts#L29
Expected interface keys to be in ascending order. 'path' should be before 'verb'