Skip to content

feat: Universal App Builder Phase 1 implementation #8

feat: Universal App Builder Phase 1 implementation

feat: Universal App Builder Phase 1 implementation #8

Workflow file for this run

name: KV Sanity Check
on:
push:
paths:
- 'src/core/kv/**/*.kv'
- 'scripts/kv_sanity_check.py'
- 'requirements.txt'
pull_request:
paths:
- 'src/core/kv/**/*.kv'
- 'scripts/kv_sanity_check.py'
- 'requirements.txt'
jobs:
kv-check-windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run KV sanity check
run: |
python -u scripts/kv_sanity_check.py