Skip to content

Commit 4a9628c

Browse files
committed
update ci
1 parent cf043b0 commit 4a9628c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
check:
15-
name: Check
15+
name: Svelte Check
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
@@ -28,6 +28,7 @@ jobs:
2828
- name: Build
2929
run: pnpm build
3030

31+
- name: Run Svelte Check
3132
- run: pnpm check
3233

3334
# TODO: re-enable tests in CI
@@ -51,7 +52,7 @@ jobs:
5152
# - run: pnpm test
5253

5354
lint:
54-
name: Lint
55+
name: Formatting
5556
runs-on: ubuntu-latest
5657
steps:
5758
- uses: actions/checkout@v4
@@ -67,4 +68,5 @@ jobs:
6768
- name: Build
6869
run: pnpm build
6970

70-
- run: pnpm lint
71+
- name: Run Prettier
72+
- run: pnpm format:check

0 commit comments

Comments
 (0)