chore: update lint workflow for targeted checks

This commit is contained in:
Hmily
2025-03-28 21:14:48 +08:00
committed by GitHub
parent e424f52abf
commit ef1e94e66d

View File

@@ -4,10 +4,16 @@ on:
push:
branches:
- main
paths:
- 'app/**'
- '.ruff.toml'
pull_request:
types:
- opened
- synchronize
paths:
- 'app/**'
- '.ruff.toml'
jobs:
lint-python: