mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix lint
This commit is contained in:
@@ -1,16 +1,6 @@
|
|||||||
name: Pylint Code Quality Check
|
name: Pylint Code Quality Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# 在推送到任何分支时运行
|
|
||||||
push:
|
|
||||||
branches: [ "main", "v2", "develop" ]
|
|
||||||
paths:
|
|
||||||
- '**.py'
|
|
||||||
# 在PR时运行
|
|
||||||
pull_request:
|
|
||||||
branches: [ "main", "v2", "develop" ]
|
|
||||||
paths:
|
|
||||||
- '**.py'
|
|
||||||
# 允许手动触发
|
# 允许手动触发
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user