Skip to content

chore: update README with new test commands (#477) #142

chore: update README with new test commands (#477)

chore: update README with new test commands (#477) #142

Workflow file for this run

name: Vim Doc
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/panvimdoc.yml
permissions:
pull-requests: write
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: "nvim-java"
dedupsubheadings: false
version: "Neovim >= 0.11.5"
demojify: true
- name: create pull request
uses: peter-evans/create-pull-request@v6
with:
base: "main"
commit-message: "chore(doc): automatic vimdoc update"
title: Auto vimdoc update