Update verify (#190)

This commit is contained in:
Shiming Zhang 2022-08-17 23:11:54 +08:00 committed by GitHub
parent 6f43dfa0fe
commit 9304fa0b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
run: |
./hack/verify-fmt.sh domain.txt || {