Skip to content

Rewrite in typescript #44

Rewrite in typescript

Rewrite in typescript #44

Workflow file for this run

---
on: [push, pull_request]
name: default
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions: ['stable', 'nightly']
name: test
steps:
- name: checkout
uses: actions/checkout@v2
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: Lua action
uses: mileschou/lua-action@master
with:
args: lua -v
- name: run tests
run: make test
env:
PLENARY_DIR: vendor/plenary.nvim