New pipelines...
This commit is contained in:
14
.woodpecker/build.yaml
Normal file
14
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# PR pipeline: lint, build, test on the branch (separate steps, shared workspace).
|
||||
# Runs when a pull request is opened or updated.
|
||||
# Does not build Docker image or deploy.
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- corepack enable && corepack prepare pnpm@10.28.2 --activate
|
||||
- pnpm run build
|
||||
depends_on:
|
||||
- lint
|
||||
Reference in New Issue
Block a user