fix: Scope CI linting to project directory only
Some checks failed
CI / test (push) Failing after 4m46s

This commit is contained in:
2026-02-05 22:47:25 +00:00
parent ea3bc792ff
commit 5a5ea3e390

View File

@@ -32,4 +32,4 @@ jobs:
run: python -m pytest tests/ -v --tb=short
- name: Run linting
run: python -m ruff check src/
run: python -m ruff check local-llm-prompt-manager/src/