Update verify (#190)
This commit is contained in:
parent
6f43dfa0fe
commit
9304fa0b50
|
@ -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 || {
|
||||||
|
|
Loading…
Reference in New Issue