mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 02:23:56 +02:00
add validate command, remove Python dependency from CI
This commit is contained in:
parent
eb30c65796
commit
6efb152cec
4 changed files with 49 additions and 13 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -133,13 +133,12 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.14"
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install planoai
|
||||
run: pip install -e ./cli
|
||||
- name: Build planoai CLI
|
||||
working-directory: ./crates
|
||||
run: cargo build --release -p plano-cli
|
||||
|
||||
- name: Validate plano config
|
||||
run: bash config/validate_plano_config.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue