mirror of
https://github.com/ihmily/StreamCap.git
synced 2026-05-07 22:15:58 +08:00
chore: update lint workflow for targeted checks
This commit is contained in:
4
.github/workflows/python-lint.yml
vendored
4
.github/workflows/python-lint.yml
vendored
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user