Skip to content

Merge pull request #23 from tisnik/azure-openai-version #32

Merge pull request #23 from tisnik/azure-openai-version

Merge pull request #23 from tisnik/azure-openai-version #32

Workflow file for this run

name: Type checks
on:
- push
- pull_request
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Mypy install
run: pip install --user mypy pydantic
- name: Type checks
run: mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined ols/