Group-11
CI for Static Website
Automate build and validation for a static website using GitHub Actions.
What this repo does
- Hosts a simple static website
- Runs CI checks on every push and pull request
- Validates HTML and runs lint tools
- Ensures consistent quality before changes merge
Outcome
GitHub Actions triggers a workflow on each update to validate HTML and run lint checks, ensuring the website code stays correct and high quality on every commit.