fix: 修改 framework 中的 resources.yaml文件以解决同步网关命名冲突问题 --story=130029514 #221
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |