feature/fetch-fonts #14

Merged
ilia merged 76 commits from feature/fetch-fonts into main 2026-01-14 11:01:44 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit f730dbc782 - Show all commits

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