Thomas G. Lopes
commited on
Commit
·
95a0fb1
1
Parent(s):
8744c54
attempt ci fix
Browse files
.github/workflows/lint-and-test.yml
CHANGED
@@ -31,6 +31,9 @@ jobs:
|
|
31 |
${{ runner.os }}-pnpm-store-
|
32 |
- name: Install dependencies
|
33 |
run: pnpm install --frozen-lockfile
|
|
|
|
|
|
|
34 |
- name: "Checking lint/format errors"
|
35 |
run: |
|
36 |
pnpm run lint
|
|
|
31 |
${{ runner.os }}-pnpm-store-
|
32 |
- name: Install dependencies
|
33 |
run: pnpm install --frozen-lockfile
|
34 |
+
- name: "SvelteKit sync"
|
35 |
+
run: |
|
36 |
+
pnpm run sync
|
37 |
- name: "Checking lint/format errors"
|
38 |
run: |
|
39 |
pnpm run lint
|