mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Update workflow with svelte-check.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user