Skip to content

feat: 从 drf_yasg 迁移到 drf_spectacular,修复子路径部署问题 #239

feat: 从 drf_yasg 迁移到 drf_spectacular,修复子路径部署问题

feat: 从 drf_yasg 迁移到 drf_spectacular,修复子路径部署问题 #239

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