feature/fetch-fonts #14
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user