mirror of
				https://github.com/DaoCloud/public-image-mirror.git
				synced 2025-10-31 05:39:22 +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 | ||||
|     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 || { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user