From 53c1673aeeb9daf0443724363f37d736e7f54535 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 14:50:21 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyruff.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pyruff.yml b/.github/workflows/pyruff.yml index 3275072..3f39132 100644 --- a/.github/workflows/pyruff.yml +++ b/.github/workflows/pyruff.yml @@ -37,8 +37,7 @@ jobs: run: | ls -l echo "Running Ruff Lint Check..." - python -m ruff --version - python -m ruff check . --output-format json --output-file ruff-report.json + python -m ruff check src tests examples --no-cache --output-format json --output-file ruff-report.json echo "Ruff Lint Check completed. ruff-report.json" - name: Generate Linter Report