ofkm/Run Svelte Check
Run svelte-check on a @sveltejs project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Working directory to run svelte-check in | no | . |
| fail-on-warnings | Fail the action if warnings are found | no | false |
| fail-on-hints | Fail the action if hints are found | no | false |
| tsconfig | Path to tsconfig file | no | "" |
Outputs
| name | description |
|---|---|
| errors | Number of errors found |
| warnings | Number of warnings found |
| hints | Number of hints found |