diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index db0c978..83a0e56 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -130,5 +130,5 @@ jobs: python-version: ${{ steps.settings.outputs.python_version }} enable-cache: true - - name: "Enforce strict type annotations with mypy" - run: "uvx nox --session lint" + - name: "Run linters and formatters" + run: "uvx nox --session format lint"