Skip to content

Commit 2be372d

Browse files
committed
👷 Build before linting to get necessary files
1 parent 2dd86fe commit 2be372d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212
- uses: "./.github/shared/setup-node"
13+
# Build before test to get the SvelteKit files
14+
- name: Test build
15+
run: pnpm build
1316
- name: Lint
1417
run: pnpm lint

0 commit comments

Comments
 (0)