Skip to content

Fix interactionMode enum and description (#8) #8

Fix interactionMode enum and description (#8)

Fix interactionMode enum and description (#8) #8

Workflow file for this run

name: Pull Request
on:
pull_request:
branches-ignore: []
push:
branches:
- main
jobs:
validate_model:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version-file: "pyproject.toml"
- name: Validate examples
run: scripts/validate_model.sh