Skip to content

refactor: enforce privacy policy - remove unfinished code and interna… #6

refactor: enforce privacy policy - remove unfinished code and interna…

refactor: enforce privacy policy - remove unfinished code and interna… #6

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