portfolio/.woodpecker.yml
apatil d83ac1e730
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
More correction to woodpecker yml
2025-05-01 23:14:06 +01:00

19 lines
279 B
YAML

steps:
install:
image: node:20.19-alpine
commands:
- npm install
when:
event:
- push
- pull_request
build:
image: node:20.19-alpine
commands:
- npm run build
when:
event:
- push
- pull_request