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