From 5e62d1ea27abfdfe89816cf54ff69614397ff4b3 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 31 Dec 2023 17:28:59 +1100 Subject: [PATCH] ci: add help check --- .github/workflows/ci.yml | 2 +- Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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