Skip to content

chore(doc): switch Events / Callbacks emoji (#35) #12

chore(doc): switch Events / Callbacks emoji (#35)

chore(doc): switch Events / Callbacks emoji (#35) #12

Workflow file for this run

on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: kdheepak/panvimdoc@v3.0.6
with:
vimdoc: auto-save.nvim
version: "Neovim >= 0.8.0"
demojify: true
treesitter: true
shiftheadinglevelby: -1
- uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: ${{ github.head_ref }}
commit_message: "chore(doc): auto-generate vimdoc"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"