mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 03:38:28 +08:00
Update image match
This commit is contained in:
6
.github/workflows/verify-pr.yml
vendored
6
.github/workflows/verify-pr.yml
vendored
@@ -54,9 +54,9 @@ jobs:
|
||||
|
||||
- name: Verify allows.txt sort
|
||||
run: |
|
||||
./hack/verify-fmt.sh allows.txt || {
|
||||
echo "Please run './hack/fmt.sh allows.txt'"
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt.sh allows.txt` 对内容进行排序'
|
||||
./hack/verify-image-match.sh allows.txt || {
|
||||
echo "Please run './hack/fmt-image-match.sh allows.txt'"
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt-image-match.sh allows.txt` 对内容进行排序'
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user