mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 06:17:35 +08:00
Mantain mirror (#795)
This commit is contained in:
11
.github/workflows/verify-pr.yml
vendored
11
.github/workflows/verify-pr.yml
vendored
@@ -33,7 +33,16 @@ jobs:
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt.sh domain.txt` 对内容进行排序'
|
||||
exit 1
|
||||
}
|
||||
- name: Verify mirror.txt
|
||||
|
||||
- name: Verify mirror.txt image
|
||||
run: |
|
||||
./hack/verify-fmt-image.sh mirror.txt || {
|
||||
echo "Please run './hack/fmt-image.sh mirror.txt'"
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt-image.sh mirror.txt` 对内容进行格式化'
|
||||
exit 1
|
||||
}
|
||||
|
||||
- name: Verify mirror.txt sort
|
||||
run: |
|
||||
./hack/verify-fmt.sh mirror.txt || {
|
||||
echo "Please run './hack/fmt.sh mirror.txt'"
|
||||
|
Reference in New Issue
Block a user