raintree-technology/HIG Doctor Audit
Audit a project for Apple Human Interface Guidelines compliance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- None
Pinned Snippet
uses: raintree-technology/hig-doctor@11da9fc01607335578a7c25ff3b4cdf7b945e0e6 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Project directory to audit (relative to repo root) | — | . |
| fail-on | Fail the job if any concern at/above this severity is found. One of: critical, serious, moderate, none | — | none |
| annotations | Emit inline PR annotations for the top concerns (true/false) | — | true |
Outputs
| name | description |
|---|---|
| critical | Count of critical-severity concerns |
| serious | Count of serious-severity concerns |
| moderate | Count of moderate-severity concerns |
| report | Path to the generated hig-audit.md report |
| sarif | Path to the generated hig-audit.sarif file. Upload it with github/codeql-action/upload-sarif (requires security-events: write) for code-scanning alerts. |