feat: 添加地理位置检查工具以优化资源下载源选择 #55
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: Pull Request | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| branches: | |
| - 'main' | |
| jobs: | |
| build-pull-request: | |
| name: Build Pull Request | |
| uses: ./.github/workflows/common.yml | |
| with: | |
| type: PullRequest |