Skip to content

Commit 94339f1

Browse files
authored
docs(CI): remove legacy doc in test.yml (jxmorris12#173)
1 parent 862fbbf commit 94339f1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3-
41
name: language_tool_python CI
52

63
permissions:
@@ -56,7 +53,6 @@ jobs:
5653
- name: Install uv
5754
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0
5855

59-
# Keep in sync ruff version with .pre-commit-config.yaml
6056
- name: Run Ruff Linter
6157
run: |
6258
make ruff-check
@@ -72,7 +68,6 @@ jobs:
7268
- name: Install uv
7369
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0
7470

75-
# Keep in sync mypy version with .pre-commit-config.yaml
7671
- name: Run Mypy Type Checker
7772
run: |
7873
make mypy-check

0 commit comments

Comments
 (0)