The Svelte 5 SSG migration—we brought sexy back... or to it? Or something...
This commit is contained in:
16
.woodpecker/pr.yaml
Normal file
16
.woodpecker/pr.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# PR pipeline: lint, test, and test build on the branch.
|
||||
# Runs when a pull request is opened or updated.
|
||||
# Does not build Docker image or deploy.
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
steps:
|
||||
- name: lint-and-build
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- corepack enable && corepack prepare pnpm@10.28.2 --activate
|
||||
- pnpm install --frozen-lockfile || pnpm install
|
||||
- pnpm run lint
|
||||
- pnpm run lint:css
|
||||
- pnpm run build
|
||||
- pnpm test
|
||||
Reference in New Issue
Block a user