chore: update lint workflow for targeted checks

This commit is contained in:
Hmily
2025-03-28 19:40:34 +08:00
committed by GitHub
parent ab283bc772
commit e424f52abf

View File

@@ -36,5 +36,5 @@ jobs:
pip install ruff
- name: Run ruff lint check
run: ruff check . --config .ruff.toml --exclude="*.md,*.txt"
working-directory: .
run: ruff check main.py app --config .ruff.toml
working-directory: .