Skip to content

refactor: query down instead of up #129

refactor: query down instead of up

refactor: query down instead of up #129

Workflow file for this run

name: main
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
- auto_merge_enabled
push:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions:
- stable
- nightly
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: Test
run: make test