mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚙️ Update workflow with svelte-check.
This commit is contained in:
parent
2ef519e6d9
commit
3b3c3ed484
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user