This commit is contained in:
ry.yamafuji 2025-12-04 14:50:21 +09:00
parent 1fde748cb1
commit 53c1673aee

View File

@ -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