Skip to content

textobject sugg work #72

textobject sugg work

textobject sugg work #72

Workflow file for this run

name: Ci
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Stylua
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
if: ${{ github.ref == 'refs/heads/dev' }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: motioncoach-nvim
- name: Commit files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): auto generate vimdoc"
branch: ${{ github.ref_name }}