Skip to content

fix: avoid deprecation warning pydantic Extra #44

fix: avoid deprecation warning pydantic Extra

fix: avoid deprecation warning pydantic Extra #44

Workflow file for this run

name: CI - Typecheck
on:
push:
branches:
- "**"
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: pants_init
uses: "./.github/templates/pants_init"
with:
gh_pat: secrets.GH_PAT
- name: mypy
run: "pants --tag='-arm' check ::"