Linkchecker fail issue on live publish#249
Conversation
The linkchecker workflow was missing a pull_request trigger, so it never ran as a PR check. This adds the trigger so broken links are caught before merging. Also excludes the live branch from push triggers since links are already validated on main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add pull_request trigger to linkchecker workflow
|
Learn Build status updates of commit 409790b: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
- Add .lychee.toml so lychee doesn't mistakenly parse package.json as config - Pass --config=.lychee.toml explicitly in workflow args - Remove pull_request trigger (push trigger already covers PR branches) - Exclude live branch from push triggers (already validated on main) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Fix linkchecker: add config file and exclude live branch
|
Learn Build status updates of commit add169c: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
No description provided.