mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	make: improve make pr (#10165)
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@@ -563,9 +563,9 @@ generate-images:
 | 
				
			|||||||
	rm -rf $(TMPDIR)/images
 | 
						rm -rf $(TMPDIR)/images
 | 
				
			||||||
	$(foreach file, $(shell find public/img -type f -name '*.png' ! -name 'loading.png'),zopflipng -m -y $(file) $(file);)
 | 
						$(foreach file, $(shell find public/img -type f -name '*.png' ! -name 'loading.png'),zopflipng -m -y $(file) $(file);)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: pr
 | 
					.PHONY: pr\#%
 | 
				
			||||||
pr:
 | 
					pr\#%:
 | 
				
			||||||
	$(GO) run contrib/pr/checkout.go $(PR)
 | 
						$(GO) run contrib/pr/checkout.go $*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: golangci-lint
 | 
					.PHONY: golangci-lint
 | 
				
			||||||
golangci-lint:
 | 
					golangci-lint:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user