mirror of https://github.com/folke/lazy.nvim.git
ci: added support for code block lang
This commit is contained in:
parent
60ccfe3e27
commit
4b29f7e3d5
|
@ -38,8 +38,7 @@ jobs:
|
||||||
vimdoc: lazy.nvim
|
vimdoc: lazy.nvim
|
||||||
version: "Neovim >= 0.8.0"
|
version: "Neovim >= 0.8.0"
|
||||||
demojify: true
|
demojify: true
|
||||||
- name: Code Blocks
|
treesitter: true
|
||||||
run: sed -i 's/^>$/>lua/' doc/lazy.nvim.txt
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue