Skip to content

v0.1.0

v0.1.0 #141

Workflow file for this run

name: test
on:
workflow_dispatch: {}
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- name: Run tests
shell: bash
run: make test