Skip to content

ci: add automated HTML and CSS validation to CI workflow#487

Open
DebasmitaBose0 wants to merge 1 commit into
PatelHarsh2006:mainfrom
DebasmitaBose0:ci/workflow-quality-checks
Open

ci: add automated HTML and CSS validation to CI workflow#487
DebasmitaBose0 wants to merge 1 commit into
PatelHarsh2006:mainfrom
DebasmitaBose0:ci/workflow-quality-checks

Conversation

@DebasmitaBose0
Copy link
Copy Markdown

Closes #486

Summary

Integrates static analysis validation tests for HTML templates and CSS declarations into the GitHub Actions CI pipeline.

Changes Made

  • Configured HTMLHint rule-checks.
  • Integrated basic Stylelint configuration verification.

Testing

Ran locally: npx htmlhint "**/*.html" and confirmed zero syntax failures.

Checklist

  • Code follows project standards
  • Tested locally
  • No unrelated changes included
  • Responsive design verified
  • Accessibility considered

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.

ci: Add automated quality validation checks using HTMLHint and Stylelint

1 participant