Skip to content

Merge pull request #66 from monaqa/feat-gnormal #42

Merge pull request #66 from monaqa/feat-gnormal

Merge pull request #66 from monaqa/feat-gnormal #42

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@v3
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: run tests
run: ./run test