diff --git a/.github/workflows/_code_quality.yml b/.github/workflows/_code_quality.yml index 3c7f40f..5b1d4ed 100644 --- a/.github/workflows/_code_quality.yml +++ b/.github/workflows/_code_quality.yml @@ -60,21 +60,21 @@ jobs: # - name: Run pyright # run: uv run pyright - # mypy: - # runs-on: ubuntu-latest - # name: mypy - # steps: - # - uses: actions/checkout@v4 - # - name: Install uv - # uses: astral-sh/setup-uv@v2 - # with: - # enable-cache: true - # cache-dependency-glob: "uv.lock" - # - name: Set up Python - # uses: actions/setup-python@v5 - # with: - # python-version-file: "pyproject.toml" - # - name: Install the project - # run: uv sync --upgrade - # - name: Run mypy - # run: uv run mypy + mypy: + runs-on: ubuntu-latest + name: mypy + steps: + - uses: actions/checkout@v4 + - name: Install uv + uses: astral-sh/setup-uv@v2 + with: + enable-cache: true + cache-dependency-glob: "uv.lock" + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version-file: "pyproject.toml" + - name: Install the project + run: uv sync --upgrade + - name: Run mypy + run: uv run mypy