We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fae69 commit 5e62d1eCopy full SHA for 5e62d1e
.github/workflows/ci.yml
@@ -68,4 +68,4 @@ jobs:
68
69
- name: help
70
run: |
71
- make check-help
+ make help-check
Makefile
@@ -28,8 +28,7 @@ help-update:
28
#
29
# CI
30
31
-help-check:
32
- scripts/help-update.sh
+help-check: help-update
33
git diff --exit-code doc/nvim-tree-lua.txt
34
35
.PHONY: all style lint check style-fix help-check help-update
0 commit comments