Skip to content

Re-generate docs

Re-generate docs #131

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@v2
- name: Setup neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- name: Run tests
shell: bash
run: make test