Skip to content

feat: add support for included examples #158

feat: add support for included examples

feat: add support for included examples #158

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
name: Run tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- name: Run tests
run: |
nvim --version
make test