feat(ci): Added woodpecker CI
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
This commit is contained in:
parent
2425e6cf2f
commit
308d348755
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
lint:
|
||||||
|
image: node:lts-alpine
|
||||||
|
commands:
|
||||||
|
- yarn install
|
||||||
|
- yarn lint
|
Loading…
Reference in New Issue