mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 14:01:04 +00:00
devops: add svelte check to CI
This commit is contained in:
parent
9cf92c4a63
commit
1f38a5f29a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/sveltekit.yml
vendored
3
.github/workflows/sveltekit.yml
vendored
|
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Install dependencies 🚀
|
||||
run: pnpm install
|
||||
|
||||
- name: Svelte Check ✔️
|
||||
run: pnpm run check
|
||||
|
||||
- name: Build 🔨
|
||||
run: pnpm run build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue