diff --git a/.woodpecker.yml b/.woodpecker.yml index de71d24..ab33f80 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: