feat(ci): Added woodpecker CI

This commit is contained in:
Ferdinand Thiessen 2021-12-08 15:17:25 +01:00
parent 2425e6cf2f
commit 308d348755
1 changed files with 6 additions and 0 deletions

6
.woodpecker/lint.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
lint:
image: node:lts-alpine
commands:
- yarn install
- yarn lint