Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: run gen_help_html.lua in pull requests #19

Open
justinmk opened this issue Sep 27, 2022 · 0 comments
Open

CI: run gen_help_html.lua in pull requests #19

justinmk opened this issue Sep 27, 2022 · 0 comments

Comments

@justinmk
Copy link
Member

gen_help_html.lua in the Nvim source is used to generate HTML from vimdoc :help files:

https://github.com/neovim/neovim/blob/6afe5cce7964258f7ee0b25ae08faa551bc76090/scripts/gen_help_html.lua#L766

Currently the full gen() step in gen_help_html.lua is not fully run in Nvim CI because it takes 30-60s. However, 30-60s in the CI for tree-sitter-vimdoc could be acceptable. And it would add a lot of coverage from an actual consumer.

However, it would cause CI here to fail if we rename nodes. That would require a corresponding PR to update gen_help_html.lua.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant