Skip to content

UX fixes: proper datetime serialization, phone formatting, file types… #112

UX fixes: proper datetime serialization, phone formatting, file types…

UX fixes: proper datetime serialization, phone formatting, file types… #112

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