@ -13,8 +13,8 @@ phar: ## Build .phar using pharlite
git clone $(REPODIR)$(BUILDDIR)&&\
cd$(BUILDDIR)&&\
composer install --no-dev &&\
pharlite&&\
mv $(BUILDDIR)/*.phar .&&\
pharlite
mv $(BUILDDIR)/*.phar $(REPODIR)&&\
rm -rf $(BUILDDIR)
.PHONY:phpstan
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.