Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix render window class name in Report and reduce report execution time #6845

Fix render window class name in Report and reduce report execution time

Fix render window class name in Report and reduce report execution time #6845

Workflow file for this run

name: Static Type Checking
on:
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
TOX_COLORED: "yes"
jobs:
mypy:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.13
cache: "pip"
- name: Install tox-uv
run: pip install tox-uv
- name: Run Mypy
run: tox run -e mypy