We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf043b0 commit 4a9628cCopy full SHA for 4a9628c
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ concurrency:
12
13
jobs:
14
check:
15
- name: Check
+ name: Svelte Check
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
@@ -28,6 +28,7 @@ jobs:
28
- name: Build
29
run: pnpm build
30
31
+ - name: Run Svelte Check
32
- run: pnpm check
33
34
# TODO: re-enable tests in CI
@@ -51,7 +52,7 @@ jobs:
51
52
# - run: pnpm test
53
54
lint:
- name: Lint
55
+ name: Formatting
56
57
58
@@ -67,4 +68,5 @@ jobs:
67
68
69
70
- - run: pnpm lint
71
+ - name: Run Prettier
72
+ - run: pnpm format:check
0 commit comments