Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

feat: add textidote support (#1616) #363

feat: add textidote support (#1616)

feat: add textidote support (#1616) #363

Workflow file for this run

name: autogen
on:
push:
branches:
- main
jobs:
metadata-diff:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- name: run autogen.sh script
run: bash ./scripts/autogen.sh
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: autogen metadata and docs"