]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Remove `lint` job from `test` CI workflow (#14593)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Fri, 26 Dec 2025 08:53:59 +0000 (09:53 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Dec 2025 08:53:59 +0000 (09:53 +0100)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
.github/workflows/test.yml

index 5a12d69c8b145c131bb6c902c7dfcbad83454a67..3ad630d94bfe3bc1fb98820ead4f884d8f92b01a 100644 (file)
@@ -16,29 +16,6 @@ env:
   UV_SYSTEM_PYTHON: 1
 
 jobs:
-  lint:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Dump GitHub context
-        env:
-          GITHUB_CONTEXT: ${{ toJson(github) }}
-        run: echo "$GITHUB_CONTEXT"
-      - uses: actions/checkout@v6
-      - name: Set up Python
-        uses: actions/setup-python@v6
-        with:
-          python-version: "3.11"
-      - name: Setup uv
-        uses: astral-sh/setup-uv@v7
-        with:
-          cache-dependency-glob: |
-            requirements**.txt
-            pyproject.toml
-      - name: Install Dependencies
-        run: uv pip install -r requirements-tests.txt
-      - name: Lint
-        run: bash scripts/lint.sh
-
   test:
     strategy:
       matrix: