This commit is contained in:
parent
1f52afdfe2
commit
83ba3764c6
1 changed files with 15 additions and 0 deletions
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pipeline:
|
||||
install:
|
||||
image: 'node:17.3.0'
|
||||
commands:
|
||||
- yarn install
|
||||
|
||||
test:
|
||||
image: 'node:17.3.0'
|
||||
group: test
|
||||
comands:
|
||||
# Lint the code
|
||||
- yarn run lint
|
||||
# Make sure the project can be built
|
||||
- yarn run build
|
||||
|
||||
Reference in a new issue