diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 202dae2d..8c6753dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,4 +68,4 @@ jobs: - name: help run: | - make check-help + make help-check diff --git a/Makefile b/Makefile index bb94fece..d94176d4 100644 --- a/Makefile +++ b/Makefile @@ -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