mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
feat: add template synchronization utility and CI integration
This commit is contained in:
parent
c69fbd8a4d
commit
7036c4597d
4 changed files with 215 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
- name: Install plano tools
|
||||
run: uv sync --extra dev
|
||||
|
||||
- name: Run CLI template/demo sync check
|
||||
run: uv run python -m planoai.template_sync --check
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue