mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
⚙️ Update workflow.
This commit is contained in:
parent
3b3c3ed484
commit
d51d9cf238
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -11,23 +11,6 @@ on:
|
||||
- next
|
||||
|
||||
jobs:
|
||||
svelte-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup pnpm 8
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Run Sveltekit Check
|
||||
run: pnpm check
|
||||
env:
|
||||
SKIP_ENV_VALIDATION: true
|
||||
vitest:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user