Skip to content

Move cadquery-ocp-stubs from [development] to new [stubs] and exclude from [all] (optional dependencies) #130

Move cadquery-ocp-stubs from [development] to new [stubs] and exclude from [all] (optional dependencies)

Move cadquery-ocp-stubs from [development] to new [stubs] and exclude from [all] (optional dependencies) #130

Workflow file for this run

name: Run type checker
on: [push, pull_request]
jobs:
typecheck:
strategy:
fail-fast: false
matrix:
python-version: [
"3.10",
# "3.11",
# "3.12",
"3.13",
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}
- name: Typecheck
run: |
mypy --config-file mypy.ini src/build123d