Skip to content

chore: fix typo in README.md (#6) #5

chore: fix typo in README.md (#6)

chore: fix typo in README.md (#6) #5

Workflow file for this run

on:
push:
branches:
- main
name: docs
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-core"
dedupsubheadings: false
version: "Neovim >= 0.9.4"
demojify: true
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
base: "main"
commit-message: "chore(doc): automatic vimdoc update"
title: Auto vimdoc update