This commit is contained in:
Shiming Zhang
2025-01-08 14:56:35 +08:00
parent 2eefc07aae
commit 0c5d678f12
4 changed files with 0 additions and 231 deletions

View File

@@ -4,7 +4,6 @@ on:
pull_request_target:
branches: [main]
paths:
- 'domain.txt'
- 'mirror.txt'
- 'allows.txt'
@@ -28,14 +27,6 @@ jobs:
git am -3 pr.patch &&
rm -rf pr.patch
- name: Verify domain.txt
run: |
./hack/verify-fmt.sh domain.txt || {
echo "Please run './hack/fmt.sh domain.txt'"
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt.sh domain.txt` 对内容进行排序'
exit 1
}
- name: Verify mirror.txt image
run: |
./hack/verify-fmt-image.sh mirror.txt || {