Skip to content

Merge pull request #155 from FluxxField/feat/surround-textobjects #23

Merge pull request #155 from FluxxField/feat/surround-textobjects

Merge pull request #155 from FluxxField/feat/surround-textobjects #23

Workflow file for this run

name: Tests
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-version: ['v0.10.4', 'stable', 'nightly']
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-version }}
- name: Run tests
run: make test