ci: add help check
This commit is contained in:
13
Makefile
13
Makefile
@@ -22,8 +22,15 @@ style-fix:
|
||||
#
|
||||
# utility
|
||||
#
|
||||
update-help:
|
||||
scripts/update-help.sh
|
||||
help-update:
|
||||
scripts/help-update.sh
|
||||
|
||||
.PHONY: all style lint check style-fix update-help
|
||||
#
|
||||
# CI
|
||||
#
|
||||
help-check:
|
||||
scripts/help-update.sh
|
||||
git diff --exit-code doc/nvim-tree-lua.txt
|
||||
|
||||
.PHONY: all style lint check style-fix help-check help-update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user