fix(ci): validate config after merge

This commit is contained in:
Barrett Ruth 2025-09-19 19:33:28 -04:00
parent 97c7161c2e
commit b5b37074fb
4 changed files with 61 additions and 66 deletions

View file

@ -104,7 +104,7 @@ Here's an example configuration with lazy.nvim: >
},
},
hooks = {
before_test = function(ctx) vim.cmd.w() end,
before_run = function(ctx) vim.cmd.w() end,
before_debug = function(ctx) ... end,
setup_code = function(ctx)
vim.wo.foldmethod = "marker"
@ -186,7 +186,7 @@ Here's an example configuration with lazy.nvim: >
*cp.Hooks*
Fields: ~
• {before_test}? (`function`) Called before test panel opens.
• {before_run}? (`function`) Called before test panel opens.
`function(ctx: ProblemContext)`
• {before_debug}? (`function`) Called before debug compilation.
`function(ctx: ProblemContext)`