From 89326a1c284caafbf83e0661a4508e9c992f4a25 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 14:36:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=B3=E3=82=BF=E3=83=BC=E3=82=92?= =?UTF-8?q?=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyruff.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyruff.yml b/.github/workflows/pyruff.yml index 090d3fe..1ebe41e 100644 --- a/.github/workflows/pyruff.yml +++ b/.github/workflows/pyruff.yml @@ -36,6 +36,7 @@ jobs: id: checkIniter run: | ruff check . --output-format json --output-file ruff-report.json + echo "Ruff Lint Check completed. ruff-report.json" - name: Generate Linter Report id: generateLinterReport