Migrate to woodpecker #150
1 changed files with 16 additions and 0 deletions
16
.woodpecker/integration.yml
Normal file
16
.woodpecker/integration.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm ci
|
||||||
|
- npm run build
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: [ hotfix/*, feature/*, renovate/* ]
|
||||||
|
lint:
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm run lint
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: [ hotfix/*, renovate/* ]
|
Loading…
Reference in a new issue