Skip to content

Add asciinema cast to the readme #6

Add asciinema cast to the readme

Add asciinema cast to the readme #6

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master, main, develop]
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: MunifTanjim/setup-neovim-action@v1
- name: Install plenary
run: |
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ../plenary.nvim
- name: Run tests
run: |
make test