Skip to content

Update Pi5 driver CLI args #201

Update Pi5 driver CLI args

Update Pi5 driver CLI args #201

name: Validate schemas
on:
pull_request:
branches: [dev, master]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.dev.txt
- name: Validate examples up to date with schemas
run: |
python -m schemas --check