Skip to content

Admin UI: local-only 'Use Local Admin Key' button; add DOM event navi… #111

Admin UI: local-only 'Use Local Admin Key' button; add DOM event navi…

Admin UI: local-only 'Use Local Admin Key' button; add DOM event navi… #111

Workflow file for this run

name: Traits Schema Validation
on:
push:
branches: [ auto-tunnel ]
pull_request:
branches: [ auto-tunnel ]
jobs:
validate-traits:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install jsonschema
run: |
python -m pip install --upgrade pip
pip install jsonschema
- name: Validate provider_traits.json against schema
run: |
python scripts/ci/validate_provider_traits.py