Skip to content

Merge pull request #28 from tisnik/updated-contributing-guide #42

Merge pull request #28 from tisnik/updated-contributing-guide

Merge pull request #28 from tisnik/updated-contributing-guide #42

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/