make help output enhanced

This commit is contained in:
pseusys
2023-01-13 05:27:14 +04:00
parent 1219cbd044
commit e8e5a0a8cd

View File

@@ -5,12 +5,12 @@ PATH := venv/bin:node_modules/.bin:$(PATH)
help: help:
@echo "Welcome to `waka-readme-stats` github action!" @echo "Welcome to 'waka-readme-stats' github action!"
@echo "The action can be tested locally with: `make run`" @echo "The action can be tested locally with: 'make run'."
@echo "NB! For local testing Python version 3.6+ and NodeJS version between ??? and ??? are required" @echo "NB! For local testing Python version 3.6+ and NodeJS version between ??? and ??? are required."
@echo "The action image can be built locally with: `make container`" @echo "The action image can be built locally with: 'make container'."
@echo "NB! For local container building Docker version between ??? and ??? is required" @echo "NB! For local container building Docker version between ??? and ??? is required."
@echo "The action directory and image can be cleaned with: `make clean`" @echo "The action directory and image can be cleaned with: 'make clean'."
.PHONY: help .PHONY: help
venv: venv: