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