feat: CI: init
This commit is contained in:
parent
da8497ce91
commit
850abfb28f
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
steps:
|
||||||
|
test:
|
||||||
|
image: node:20.10.0
|
||||||
|
commands:
|
||||||
|
- yarn install
|
||||||
|
- yarn lint
|
||||||
|
- yarn build
|
||||||
|
- yarn test
|
Loading…
Reference in a new issue