This commit is contained in:
ry.yamafuji 2025-12-04 14:52:15 +09:00
parent 53c1673aee
commit e54a453935

View File

@ -35,7 +35,7 @@ jobs:
- name: Check Initer
id: checkIniter
run: |
ls -l
ls -la
echo "Running Ruff Lint Check..."
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"