Интегрирован wesp в сайт
CI / quality (push) Canceled after 0s

This commit is contained in:
влад
2026-07-17 12:57:18 +03:00
parent 5dfa06ddbe
commit 355c0ef9f1
883 changed files with 194576 additions and 177 deletions
+4 -1
View File
@@ -22,7 +22,10 @@ jobs:
- name: Install frontend deps
run: pnpm install --frozen-lockfile=false
- name: Install backend deps
run: pip install -r apps/api/requirements-dev.txt
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends fonts-dejavu-core
pip install -r apps/api/requirements-dev.txt
- name: Sync WESP UI parity
run: bash scripts/materialize-wesp-static.sh
- name: Lint