mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 11:00:56 +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 🚀
|
- name: Install dependencies 🚀
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Svelte Check ✔️
|
||||||
|
run: pnpm run check
|
||||||
|
|
||||||
- name: Build 🔨
|
- name: Build 🔨
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue