Skip to content

fix: 修改插件模板中的 bk-plugin-framework版本为 2.3.4 --story=130029514 #220

fix: 修改插件模板中的 bk-plugin-framework版本为 2.3.4 --story=130029514

fix: 修改插件模板中的 bk-plugin-framework版本为 2.3.4 --story=130029514 #220

Workflow file for this run

name: PR check
on:
pull_request:
branches: [ master ]
jobs:
framework-lint:
uses: TencentBlueKing/bk-plugin-framework-python/.github/workflows/framework_flake8_and_black.yml@master
runtime-lint:
uses: TencentBlueKing/bk-plugin-framework-python/.github/workflows/runtime_flake8_and_black.yml@master
framework-unittest:
needs: [framework-lint]
uses: TencentBlueKing/bk-plugin-framework-python/.github/workflows/framework_unittest.yml@master