Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

fix(provider[search-count]): Use pcall when querying search count (#9… #146

fix(provider[search-count]): Use pcall when querying search count (#9…

fix(provider[search-count]): Use pcall when querying search count (#9… #146

Workflow file for this run

name: CI
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
docs:
runs-on: ubuntu-latest
name: vimdoc
steps:
- uses: actions/checkout@v3
- uses: kdheepak/panvimdoc@main
with:
vimdoc: feline
pandoc: USAGE.md
version: "NVIM 0.9.0+"
toc: true
treesitter: true
dedupsubheadings: false
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): auto-generate vimdoc"
branch: ${{ github.head_ref }}
release-please:
runs-on: ubuntu-latest
needs:
- docs
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: feline