Skip to content

Properly handle unions in from_dict #768

Properly handle unions in from_dict

Properly handle unions in from_dict #768

Workflow file for this run

name: Type Check
on:
push:
branches: develop
pull_request:
branches: develop
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set up Python for Pants - 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Set up Python for type checking 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Run type checks
run: |
./pants --no-dynamic-ui check ::