Skip to content

fix: 修改 resources.yaml文件格式 --story=130029514 && minor: framework release 2.3.5 #223

fix: 修改 resources.yaml文件格式 --story=130029514 && minor: framework release 2.3.5

fix: 修改 resources.yaml文件格式 --story=130029514 && minor: framework release 2.3.5 #223

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