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