fix(workflow): change scripts
Some checks failed
Lint / Lint Code (push) Failing after 30s
Test / Svelte Checks (push) Failing after 35s
Build / build (pull_request) Failing after 1m28s
Lint / Lint Code (pull_request) Failing after 39s
Test / Svelte Checks (pull_request) Failing after 44s

This commit is contained in:
Ilia Mashkov
2026-01-14 12:58:52 +03:00
parent 8b704f1f82
commit f730dbc782
2 changed files with 5 additions and 2 deletions

View File

@@ -53,3 +53,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile) # --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
run: yarn install --immutable run: yarn install --immutable
- name: Lint
run: yarn lint

View File

@@ -44,7 +44,7 @@ jobs:
run: yarn install --immutable run: yarn install --immutable
- name: Type Check - name: Type Check
run: yarn svelte-check --threshold warning run: yarn check:shadcn-excluded
- name: Lint - name: Lint
run: yarn oxlint . run: yarn lint