Skip to content

chore: repo hardening (HTML validation CI)#1

Open
MukundaKatta wants to merge 1 commit into
mainfrom
chore/repo-hardening
Open

chore: repo hardening (HTML validation CI)#1
MukundaKatta wants to merge 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>
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