Skip to content

fix: escape search queries starting with - for shell parsing (#26) #186

fix: escape search queries starting with - for shell parsing (#26)

fix: escape search queries starting with - for shell parsing (#26) #186

name: nvim type check
on:
pull_request: ~
push: { branches: [main] }
jobs:
build:
name: nvim type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v2