File tree 5 files changed +636
-1262
lines changed
5 files changed +636
-1262
lines changed Original file line number Diff line number Diff line change @@ -26,31 +26,10 @@ jobs:
26
26
nvim --version
27
27
[ ! -d tests ] && exit 0
28
28
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
29
- docs :
30
- runs-on : ubuntu-latest
31
- needs : tests
32
- if : ${{ github.ref == 'refs/heads/main' }}
33
- steps :
34
- - uses : actions/checkout@v4
35
- - name : panvimdoc
36
- uses : kdheepak/panvimdoc@main
37
- with :
38
- vimdoc : lazy.nvim
39
- version : " Neovim >= 0.8.0"
40
- demojify : true
41
- treesitter : true
42
- - name : Push changes
43
- uses : stefanzweifel/git-auto-commit-action@v5
44
- with :
45
- commit_message : " chore(build): auto-generate vimdoc"
46
- commit_user_name : " github-actions[bot]"
47
- commit_user_email : " github-actions[bot]@users.noreply.github.com"
48
- commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
49
29
release :
50
30
name : release
51
31
if : ${{ github.ref == 'refs/heads/main' }}
52
32
needs :
53
- - docs
54
33
- tests
55
34
runs-on : ubuntu-latest
56
35
steps :
You can’t perform that action at this time.
0 commit comments