Настроить CI/CD pipeline для Gitea #108

Open
opened 2026-06-17 19:44:52 +00:00 by NW · 0 comments
Owner

Задачи

  • Создать .gitea/workflows/ci.yml
  • Steps: install, lint, test, build
  • lint: eslint + prettier
  • test: jest --coverage
  • build: docker build
  • Ветки: dev → CI, PR в main → CI + manual deploy
  • Badges в README

Приоритет: СРЕДНИЙ

## Задачи - [ ] Создать .gitea/workflows/ci.yml - [ ] Steps: install, lint, test, build - [ ] lint: eslint + prettier - [ ] test: jest --coverage - [ ] build: docker build - [ ] Ветки: dev → CI, PR в main → CI + manual deploy - [ ] Badges в README ## Приоритет: СРЕДНИЙ
NW added this to the Phase 5: Testing & Quality milestone 2026-06-17 19:44:52 +00:00
NW added the priority::mediumtype::infraphase::5 labels 2026-06-17 19:44:52 +00:00
Sign in to join this conversation.