tempoxyz/Tempo Lints
Run Tempo lint rules on your codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| language | Language to lint: rust, typescript, or all | yes | — |
| path | Path to scan (defaults to current directory) | no | . |
| fail-on-error | Fail the action if lint errors are found | no | true |
| exclude-rules | Comma-separated list of rule IDs to exclude (e.g., "no-dbg-macro,no-console-log") | no | "" |
| fix | Apply auto-fixes where available | no | false |
| post-comment | Post lint results as a PR comment | no | false |
| github-token | GitHub token for posting PR comments (required if post-comment is true) | no | "" |
Outputs
| name | description |
|---|---|
| has-errors | Whether any error-level issues were found |