This commit is contained in:
parent
8ec44d8537
commit
e60fbaa7be
1 changed files with 7 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: codeberg.org/woodpecker-plugins/node-pm
|
image: node:18
|
||||||
settings:
|
commands:
|
||||||
run: # script name
|
- pnpm install
|
||||||
- install
|
- pnpm run lint
|
||||||
- build
|
- pnpm run test
|
||||||
- doc
|
- pnpm run build
|
||||||
- test
|
- pnpm run doc
|
||||||
- lint
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
forgejo:
|
forgejo:
|
||||||
|
|
Loading…
Reference in a new issue