neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit fc3bff6b7ea4cec14e82814b60168a5e2a216a21
parent 2e3611784011a82be239341c00d435cb7cf7b711
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu, 24 Mar 2022 11:35:24 +0800

ci: remove src/nvim/**.lua from docgen pattern

After #17623 this pattern is no longer necessary.

Diffstat:
M.github/workflows/api-docs-check.yml | 1-
M.github/workflows/api-docs.yml | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml @@ -6,7 +6,6 @@ on: - 'marvim/api-doc-update**' paths: - 'src/nvim/api/*.[ch]' - - 'src/nvim/**.lua' - 'runtime/lua/**.lua' jobs: diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml @@ -6,7 +6,6 @@ on: push: paths: - 'src/nvim/api/*.[ch]' - - 'src/nvim/**.lua' - 'runtime/lua/**.lua' branches: - 'master'