feat(ci): More testing
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
308d348755
commit
5c8637965a
|
@ -1,6 +1,16 @@
|
|||
pipeline:
|
||||
lint:
|
||||
install:
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- yarn install
|
||||
lint:
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
build:
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- yarn build
|
||||
|
||||
branches: [main, develop]
|
||||
|
|
Loading…
Reference in New Issue