浏览代码

fix: useless CI style checks (#5559)

tags/0.6.12
Yeuoly 1年前
父节点
当前提交
f8d97be932
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .github/workflows/style.yml

+ 2
- 0
.github/workflows/style.yml 查看文件

@@ -11,6 +11,7 @@ concurrency:

jobs:
python-style:
if: contains(github.event.pull_request.changed_files, 'api/')
name: Python Style
runs-on: ubuntu-latest

@@ -50,6 +51,7 @@ jobs:
run: echo "Please run 'dev/reformat' to fix the fixable linting errors."

web-style:
if: contains(github.event.pull_request.changed_files, 'web/')
name: Web Style
runs-on: ubuntu-latest
defaults:

正在加载...
取消
保存