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:
6
.github/workflows/python-lint.yml
vendored
6
.github/workflows/python-lint.yml
vendored
@@ -4,10 +4,16 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'app/**'
|
||||
- '.ruff.toml'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
paths:
|
||||
- 'app/**'
|
||||
- '.ruff.toml'
|
||||
|
||||
jobs:
|
||||
lint-python:
|
||||
|
||||
Reference in New Issue
Block a user