Skip to content

Run Svelte Check

Actions
Run svelte-check on a @sveltejs project
v1.1.5
Latest
By ofkm
Star (1)

Svelte Check Action

A Simple GitHub Action that runs svelte-check on the given directory.

Usage Example

- name: Run Svelte Check
  uses: ofkm/gha-svelte-check@v1
  with:
    working-directory: './src'

Inputs

Input 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

Output Description
errors Number of errors found
warnings Number of warnings found
hints Number of hints found

Release Process

  1. Ensure main is clean and up to date.
  2. Run npm run release. The script will:
    • determine the next version from conventional commits,
    • run tests and rebuild dist/,
    • update CHANGELOG.md via git-cliff,
    • tag and push the release,
    • create the corresponding GitHub release and update the major tag.
  3. Monitor the Release workflow to confirm the tag builds cleanly.

Run Svelte Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run svelte-check on a @sveltejs project
v1.1.5
Latest
By ofkm

Run Svelte Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.