From acf1883e49b762bdd1ceeed9d6be60841577511e Mon Sep 17 00:00:00 2001 From: mdevolde Date: Sun, 17 May 2026 00:23:53 +0200 Subject: [PATCH] docs(CI): remove legacy doc in test.yml --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) 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