From 7ed9761ddd2ae2fcf65487d547b125015682589b Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 May 2025 07:18:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.github/workflows/docker=5Ftest.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_test.yaml b/.github/workflows/docker_test.yaml index ad6006d..4ac86af 100644 --- a/.github/workflows/docker_test.yaml +++ b/.github/workflows/docker_test.yaml @@ -60,7 +60,7 @@ jobs: bash -c ' pip install ruff pytest pytest-github-actions-annotate-failures echo "=== Ruff ===" - cd /server && ruff check . --output-format=github --preview | sed "s|/server/||g" || true + cd /server && ruff check . | sed "s|/server/||g" || true ' \ | tee /home/runner/prbot_data/full_output.txt | prbot