Skip to content

Bump jixia to 1.0.5 for batch_run_jixia(max_workers=...) #42

Bump jixia to 1.0.5 for batch_run_jixia(max_workers=...)

Bump jixia to 1.0.5 for batch_run_jixia(max_workers=...) #42

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check