refactor: make simple write to CI, no check

This commit is contained in:
Musa 2026-02-17 12:37:33 -08:00
parent 7036c4597d
commit c435de3ffb
3 changed files with 18 additions and 68 deletions

View file

@ -46,8 +46,8 @@ 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: Sync CLI templates to demos
run: uv run python -m planoai.template_sync
- name: Run tests
run: uv run pytest