Skip to content

fix: backwards compatibility for vim.validate (#61) #23

fix: backwards compatibility for vim.validate (#61)

fix: backwards compatibility for vim.validate (#61) #23

Workflow file for this run

name: panvimdoc
on:
push:
paths:
- "**.md"
- ".github/**"
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
name: README to vimdoc
steps:
- uses: actions/checkout@v4
- uses: kdheepak/[email protected]
with:
vimdoc: "auto-dark-mode"
description: "sync nvim with your desktop environment's appearance"
demojify: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: auto-generate vimdoc"
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
branch: ${{ github.head_ref }}