ci: add help check

This commit is contained in:
Alexander Courtis
2023-12-31 17:28:59 +11:00
parent e1fae6906e
commit 5e62d1ea27
2 changed files with 2 additions and 3 deletions

View File

@@ -68,4 +68,4 @@ jobs:
- name: help
run: |
make check-help
make help-check

View File

@@ -28,8 +28,7 @@ help-update:
#
# CI
#
help-check:
scripts/help-update.sh
help-check: help-update
git diff --exit-code doc/nvim-tree-lua.txt
.PHONY: all style lint check style-fix help-check help-update