⚙️ Update workflow with svelte-check.

This commit is contained in:
pheralb 2023-12-17 14:33:59 +00:00
parent 2ef519e6d9
commit 3b3c3ed484

View File

@ -11,7 +11,7 @@ on:
- next
jobs:
svelte-build:
svelte-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build App
run: pnpm build
- name: Run Sveltekit Check
run: pnpm check
env:
SKIP_ENV_VALIDATION: true
vitest: