Commit graph

2 commits

Author SHA1 Message Date
leecoder
ca0375a6ee style(workflow): replace print with sys.stdout.write, ruff format (T201 gate)
scripts/monitor_databricks_pricing.py violated T201 (print) which the
LiteLLM Linting workflow gates; switch to sys.stdout.write and run
ruff format so lint checks pass locally before CI re-run.
2026-09-08 09:34:11 +09:00
leecoder
906cc70573 fix(workflow): move scraper out of workflows dir, fix yml YAML block scalar
- .github/scripts/assert_workflow_dir_hygiene requires only .yml files in
  .github/workflows/; relocate monitor_databricks_pricing.py to scripts/
- Fix YAML ScannerError by turning the multi-line git commit -m block into
  a single line (YAML block scalar containment issue)
- update the run step path to scripts/monitor_databricks_pricing.py
2026-09-08 09:34:11 +09:00
Renamed from .github/workflows/monitor_databricks_pricing.py (Browse further)