Add Woodpecker CI pipeline
This commit is contained in:
parent
66cbe1ca13
commit
eda29636a1
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
@ -0,0 +1,12 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- echo Hello from Woodpecker CI
|
||||
- node --version
|
||||
- npm --version
|
||||
Loading…
x
Reference in New Issue
Block a user