ci: add help check

This commit is contained in:
Alexander Courtis
2023-12-31 17:27:49 +11:00
parent eb9f7cd654
commit e1fae6906e
4 changed files with 17 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ VIMRUNTIME="/my/path/to/runtime" make check
To add a new action, add a file in `actions/name-of-the-action.lua`. You should export a `setup` function if some configuration is needed.
Once you did, you should run `make update-help`
Once you did, you should run `make help-update`
# Documentation