Skip to content

chore: repo hardening (HTML validation CI)#1

Merged
MukundaKatta merged 1 commit into
mainfrom
chore/repo-hardening
Jun 13, 2026
Merged

chore: repo hardening (HTML validation CI)#1
MukundaKatta merged 1 commit into
mainfrom
chore/repo-hardening

Conversation

@MukundaKatta

Copy link
Copy Markdown
Owner

Adds a minimal, non-breaking CI workflow that validates the site's HTML markup on every push and pull request.

What this adds:

  • .github/workflows/ci.yml — runs html-validate against all *.html files on Ubuntu with Node 20.
  • .htmlvalidate.json — a lenient config (extends html-validate:recommended) that disables purely stylistic rules (void-style, no-inline-style, long-title) so the check focuses on real structural validity.

This is purely additive: no existing files were modified and no source logic was touched. The workflow was verified locally against index.html and passes (exit 0).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@MukundaKatta MukundaKatta merged commit 03b3d1e into main Jun 13, 2026
1 check passed
@MukundaKatta MukundaKatta deleted the chore/repo-hardening branch June 13, 2026 04:07
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