diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7467ff2..aeabf67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions - name: language_tool_python CI permissions: @@ -56,7 +53,6 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0 - # Keep in sync ruff version with .pre-commit-config.yaml - name: Run Ruff Linter run: | make ruff-check @@ -72,7 +68,6 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0 - # Keep in sync mypy version with .pre-commit-config.yaml - name: Run Mypy Type Checker run: | make mypy-check