del gitea
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
@kirill.komarov
2026-06-17 12:33:48 +05:00
parent 621414d13c
commit eb505b5ca2
+4 -4
View File
@@ -1,23 +1,23 @@
when:
branch: main
event: push
event: [push, manual]
steps:
install:
image: node:20
commands:
- npm ci
- cd client && npm install
lint:
image: node:20
commands:
- npm run lint
- cd client && npm run lint
depends_on: [install]
build:
image: node:20
commands:
- npm run build
- cd client && npm run build
depends_on: [install]
deploy: