This repository was archived by the owner on Nov 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+ name : docs
6+
7+ jobs :
8+ docs :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v3
12+ - name : panvimdoc
13+ uses : kdheepak/panvimdoc@main
14+ with :
15+ vimdoc : my-template-docs
16+ version : " Neovim >= 0.8.0"
17+ demojify : true
18+ treesitter : true
19+ - name : Push changes
20+ uses : stefanzweifel/git-auto-commit-action@v4
21+ with :
22+ commit_message : " auto-generate vimdoc"
23+ commit_user_name : " github-actions[bot]"
24+ commit_user_email : " github-actions[bot]@users.noreply.github.com"
25+ commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ Click on `Use this template`
2222## Features and structure
2323
2424- 100% Lua
25- - Github actions to run tests and check for formatting errors (Stylua)
26- - Tests created with [ busted] ( https://olivinelabs.com/busted/ ) + [ plenary.nvim] ( https://github.com/nvim-lua/plenary.nvim )
27- - luarocks release support (LUAROCKS_API_KEY secret configuration required)
25+ - Github actions for:
26+ - running tests using [ plenary.nvim] ( https://github.com/nvim-lua/plenary.nvim ) and [ busted] ( https://olivinelabs.com/busted/ )
27+ - check for formatting errors (Stylua)
28+ - vimdocs autogeneration from README.md file
29+ - luarocks release (LUAROCKS_API_KEY secret configuration required)
2830
2931### Plugin structure
3032
You can’t perform that action at this time.
0 commit comments