Skip to content

v1.2.1

v1.2.1 #25

Workflow file for this run

---
name: main
on:
pull_request: ~
push:
branches:
- main
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
neovim_version: ['stable']
# neovim_version: ['nightly', 'stable']
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/build
with:
nvim_version: ${{ matrix.neovim_version }}