Skip to content

Improve validation

Improve validation #50

Workflow file for this run

name: CI
on: [push]
jobs:
docs:
name: pandoc to vimdoc
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: telescope-import.nvim
demojify: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}