Add woodpecker config
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Sol Fisher Romanoff 2022-07-08 13:05:07 +03:00
parent 063aa32159
commit 9a1e32daad
Signed by: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 20 additions and 0 deletions

20
.woodpecker.yml Normal file
View File

@ -0,0 +1,20 @@
pipeline:
lint:
when:
event:
- push
- pull_request
image: node:16
commands:
- npm install
- npm run lint
test:
when:
event:
- push
- pull_request
image: node:16
commands:
- npm install
- npm run test