synctek-llc/AccessLint
Run AccessLint accessibility analysis on iOS Swift projects in CI. Supports Team tier cloud features.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to analyze | no | . |
| fail-on | Minimum severity to fail on (blocker, major, minor, info) | no | major |
| license-key | AccessLint Team license key for cloud features | no | — |
| api-url | API endpoint (default: https://api.accesslint.app) | no | https://api.accesslint.app |
| version | AccessLint CLI version to install | no | latest |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| blocker-count | Number of blocker-severity findings |
| major-count | Number of major-severity findings |
| minor-count | Number of minor-severity findings |
| info-count | Number of info-severity findings |
| exit-code | Exit code from analysis (0=pass, 1=warnings below threshold, 2=fail) |
| report-path | Path to the JSON findings report |