mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-11-01 06:19:36 +08:00
Update verify (#190)
This commit is contained in:
6
.github/workflows/verify-pr.yml
vendored
6
.github/workflows/verify-pr.yml
vendored
@@ -16,6 +16,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Commit PR
|
||||||
|
run: |
|
||||||
|
wget -O pr.patch https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}.patch && \
|
||||||
|
git am -3 pr.patch &&
|
||||||
|
rm -rf pr.patch
|
||||||
|
|
||||||
- name: Verify domain.txt
|
- name: Verify domain.txt
|
||||||
run: |
|
run: |
|
||||||
./hack/verify-fmt.sh domain.txt || {
|
./hack/verify-fmt.sh domain.txt || {
|
||||||
|
|||||||
Reference in New Issue
Block a user