Project Health Score
Version updated for https://github.com/RohitS456/project-health-score to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of assessing project health by scanning for common best-practice files and calculating a health score. It identifies various checks such as existence of README, LICENSE, tests, CONTRIBUTING guide, code of conduct, GitHub Actions configuration, security policy, and Dependabot setup. The tool posts the results as a PR comment and job summary, allowing users to monitor and improve project health.
What’s Changed
First release of Project Health Score.
Checks: README, LICENSE, tests, CONTRIBUTING, Code of Conduct, GitHub Actions config, Security Policy, Dependabot enabled.
- Posts a PR comment with the score, updates it on new commits
- Writes a job summary
- Outputs: score, passed-count, total-count