Skip to content

Commit 5e62d1e

Browse files
committed
ci: add help check
1 parent e1fae69 commit 5e62d1e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
6969
- name: help
7070
run: |
71-
make check-help
71+
make help-check

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ help-update:
2828
#
2929
# CI
3030
#
31-
help-check:
32-
scripts/help-update.sh
31+
help-check: help-update
3332
git diff --exit-code doc/nvim-tree-lua.txt
3433

3534
.PHONY: all style lint check style-fix help-check help-update

0 commit comments

Comments
 (0)