ci: no check
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-11-11 23:40:33 -10:00
parent 45862a6e51
commit 48b6170665

View file

@ -3,13 +3,13 @@ pipeline:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- pnpm install
check:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- pnpm check
when:
path:
include: ["*.js", "*.ts", "package.json", "pnpm-lock.yaml", "tsconfig.json"]
# check:
# image: gitea.nulo.in/nulo/super-image:3.18
# commands:
# - pnpm check
# when:
# path:
# include: ["*.js", "*.ts", "package.json", "pnpm-lock.yaml", "tsconfig.json"]
build:
image: gitea.nulo.in/nulo/super-image:3.18
commands: