Skip to content

Fix iOS test script and add dataset version to build desc #546

Fix iOS test script and add dataset version to build desc

Fix iOS test script and add dataset version to build desc #546

Workflow file for this run

name: Validate Python Files
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
mypy:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: mypy validation
working-directory: ${{github.workspace}}
shell: bash
run: .github/workflows/verify_python.sh
python-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v3
with:
args: 'format --check'
python-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3