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 - name: help
run: | run: |
make check-help make help-check

View File

@@ -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