diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 72376f8..aa25c86 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -78,6 +78,9 @@ jobs: if: matrix.python-version == 3.12 uses: ./support/actions/check-copyrights + - name: Lint with mypy + run: mypy $BASE_PKG + # # Add the following as required in the future # - name: Validate XML # if: matrix.python-version == 3.8