Skip to content

Merging koala's Randomizer work for 0.4.0 #107

Merging koala's Randomizer work for 0.4.0

Merging koala's Randomizer work for 0.4.0 #107

Workflow file for this run

name: Typecheck
on:
workflow_dispatch: # Allows manual triggers
push:
branches:
- main
paths:
- "**.py"
- "**.pyi"
- "**/requirements*.txt"
- "**/pyproject.toml"
- ".github/workflows/typecheck.yaml"
pull_request:
branches:
- main
paths:
- "**.py"
- "**.pyi"
- "**/requirements*.txt"
- "**/pyproject.toml"
- ".github/workflows/typecheck.yaml"
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
FORCE_COLOR: 1
jobs:
pyright:
name: Run pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install typing_extensions
- uses: jakebailey/pyright-action@v2