diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7296ba890..3c5873056 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -81,10 +81,10 @@ jobs: linters: flake8 run: poe lint ${{ needs.changed-files.outputs.changed_python_files }} - typing: + mypy: if: needs.changed-files.outputs.any_python_changed == 'true' runs-on: ubuntu-latest - name: Check types + name: Check types with mypy needs: changed-files steps: - uses: actions/checkout@v4