Skip to content

Add transform mode button for layers #10523

Add transform mode button for layers

Add transform mode button for layers #10523

Workflow file for this run

name: Test typing
on:
pull_request:
branches:
- main
concurrency:
group: typing-${{ github.ref }}
cancel-in-progress: true
jobs:
typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache-dependency-path: pyproject.toml
- name: Install tox
run: |
pip install tox
- name: Run mypy on typed modules
run: tox -e mypy