Mantain mirror (#795)

This commit is contained in:
Shiming Zhang
2023-11-10 17:44:41 +08:00
committed by GitHub
parent 45aee54e98
commit b20b9daf42
5 changed files with 77 additions and 21 deletions

View File

@@ -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'"