ci: add help check
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -68,4 +68,4 @@ jobs:
|
|||||||
|
|
||||||
- name: help
|
- name: help
|
||||||
run: |
|
run: |
|
||||||
make check-help
|
make help-check
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -28,8 +28,7 @@ help-update:
|
|||||||
#
|
#
|
||||||
# CI
|
# CI
|
||||||
#
|
#
|
||||||
help-check:
|
help-check: help-update
|
||||||
scripts/help-update.sh
|
|
||||||
git diff --exit-code doc/nvim-tree-lua.txt
|
git diff --exit-code doc/nvim-tree-lua.txt
|
||||||
|
|
||||||
.PHONY: all style lint check style-fix help-check help-update
|
.PHONY: all style lint check style-fix help-check help-update
|
||||||
|
|||||||
Reference in New Issue
Block a user