Skip to content

ci: add markdown/asset link check - #9

Merged
kengio merged 1 commit into
mainfrom
ci/add-profile-ci
Jul 3, 2026
Merged

ci: add markdown/asset link check#9
kengio merged 1 commit into
mainfrom
ci/add-profile-ci

Conversation

@kengio

@kengio kengio commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

The org profile repo had no CI. Adds a lightweight links check (pure stdlib, no third-party actions — same check-links.py as the plugin repo) that verifies relative links in profile/README.md resolve.

For this repo the practical value is the banner: the check validates the HTML <picture> src/srcset paths (profile/assets/header-{dark,light}.svg), so a broken banner asset is caught before it renders on the org profile page. External URLs, #anchors, and code blocks are ignored.

Verified locally (passes on the current tree). Once green + merged, branch protection will require this check (per the org branch-protection baseline).

🤖 Generated with Claude Code

The org profile repo had no CI. Add a lightweight link check (pure
stdlib, no third-party actions) that verifies relative links in the
profile README resolve — including the HTML <picture> banner's
src/srcset paths, so a broken banner asset is caught before it renders
on the org profile page.
@kengio
kengio merged commit 75ca655 into main Jul 3, 2026
1 check passed
@kengio
kengio deleted the ci/add-profile-ci branch July 3, 2026 11:44
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