isamrish/LocaleGuard
Localization quality gate for React and TypeScript — missing keys, broken interpolation, hardcoded text.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to a localeguard config file (optional). | no | "" |
| working-directory | Directory to run LocaleGuard in. | no | . |
| version | Version of the localeguard npm package to run. | no | latest |
| node-version | Node.js version to set up. | no | 20 |
| args | Extra arguments passed to `localeguard check` (e.g. --no-code). | no | "" |
| upload-sarif | Upload SARIF results to GitHub code scanning (inline PR annotations). | no | true |
| changed-only | Only report issues in files changed vs the base ref. Requires checkout with fetch-depth: 0. | no | false |
| base | Base git ref for changed-only mode. Defaults to the PR base on pull_request events. | no | "" |
Outputs
no outputs