This commit is contained in:
ry.yamafuji 2025-12-04 14:48:20 +09:00
parent b1abb13490
commit 1fde748cb1

View File

@ -35,6 +35,7 @@ jobs:
- name: Check Initer
id: checkIniter
run: |
ls -l
echo "Running Ruff Lint Check..."
python -m ruff --version
python -m ruff check . --output-format json --output-file ruff-report.json