actions-marketplace-validations/Svelte Check for PRs
Provides a Svelte Check readout on the files in a Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | The path(s) to run svelte-check from, one per line | no | . |
| filterChanges | When enabled only the files that change in the pull request will be checked. If a list of globs is provided, we will only apply this filtering to files matching the globs | no | true |
| failOnError | Should we cause CI to fail if there is a Svelte Check error? | no | false |
| failOnWarning | Should we cause CI to fail if there is a Svelte Check warning? | no | false |
| failFilter | When failFilter is set and either failOnError or failOnWarning is enabled, the action will only fail for issues that occur in paths matching these globes. | no | ** |
| token | The GitHub token used to authenticate with the GitHub API. By default, GitHub generates a token for the workflow run - which we use. You can provide your own token if you like. | no | ${{ github.token }} |
Outputs
no outputs