Skip to content

feat: Add service dependency graph infrastructure (PRODENG-1082) #619

feat: Add service dependency graph infrastructure (PRODENG-1082)

feat: Add service dependency graph infrastructure (PRODENG-1082) #619

Workflow file for this run

name: type-checking
on:
pull_request:
jobs:
typing:
name: "mypy typing"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Make environment
run: make install-all-dependencies
- name: Run strict mypy
run: make cli-typecheck