actions-marketplace-validations/Svelte Check for PRs

Provides a Svelte Check readout on the files in a Pull Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsThe path(s) to run svelte-check from, one per lineno.
filterChangesWhen 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 globsnotrue
failOnErrorShould we cause CI to fail if there is a Svelte Check error?nofalse
failOnWarningShould we cause CI to fail if there is a Svelte Check warning?nofalse
failFilterWhen 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**
tokenThe 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 }}

no outputs