-
-
Notifications
You must be signed in to change notification settings - Fork 49
ci: add comprehensive GitHub Actions workflows #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add comprehensive GitHub Actions workflows #167
Conversation
Added 8 new workflows for comprehensive CI/CD automation: Phase 1 - Essential: - ci.yml: PR quality checks (lint, test, coverage, build) - dependabot.yml: Automated dependency updates - Code coverage reporting with Codecov integration Phase 2 - Important: - codeql.yml: Security vulnerability scanning - bundle-size.yml: Bundle size tracking with limits - pr-title.yml: Semantic commit format enforcement Phase 3 - Quality: - stale.yml: Automated issue/PR management - links.yml: Documentation link validation - lighthouse.yml: Performance metrics tracking Package updates: - Added scripts: type-check, ci, size - Added size-limit configuration (10KB JS, 2KB CSS limits) - Added dev dependencies: size-limit packages Documentation: - Created .github/GITHUB_ACTIONS.md with comprehensive guide - Added Lighthouse configuration in .github/lighthouse/ Benefits: - Automated quality gates for all PRs - Security scanning and dependency updates - Performance and bundle size monitoring - Better changelog generation with semantic commits - Reduced manual review overhead
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Added 8 new workflows for comprehensive CI/CD automation:
Phase 1 - Essential:
Phase 2 - Important:
Phase 3 - Quality:
Package updates:
Documentation:
Benefits: