Skip to content

chore: Add support for us region to replace saas #119

chore: Add support for us region to replace saas

chore: Add support for us region to replace saas #119

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