dmanzer2/UI Entropy Scanner
Scan CSS entropy and enforce quality gates in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 10, 2026
- License
- MIT
Pinned Snippet
uses: dmanzer2/ui-entropy-action@b2fcde50a5040876d1d84d76b73e0bda13118a2a # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| maxDelta | Maximum allowed entropy increase | no | 5 |
| createBaseline | Create baseline if it does not exist | no | false |
| baselineFile | Path to baseline file | no | .ui-entropy-baseline.json |
| workingDirectory | Working directory for the scan | no | . |
| failOnDegradation | Fail the build if entropy increases | no | true |
| autoCommitBaseline | Automatically commit updated baseline after push to main | no | false |
| gitUserName | Git user name for auto-commit | no | github-actions[bot] |
| gitUserEmail | Git user email for auto-commit | no | github-actions[bot]@users.noreply.github.com |
Outputs
| name | description |
|---|---|
| entropyScore | Current entropy score (0-100) |
| delta | Entropy delta from baseline |
| status | Comparison status (improved, degraded, unchanged) |