Skip to content

feat: force exit insert mode if user is inactive (#114) #53

feat: force exit insert mode if user is inactive (#114)

feat: force exit insert mode if user is inactive (#114) #53

Workflow file for this run

name: panvimdoc
on:
push:
branches: [main]
paths:
- README.md
- .github/workflows/panvimdoc.yml
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: ${{ github.event.repository.name }}
version: "NVIM v0.10.0"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: auto-generate vimdoc"
branch: ${{ github.head_ref }}