Skip to content

docs(configuration): add details on setup config options #4

docs(configuration): add details on setup config options

docs(configuration): add details on setup config options #4

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
unit_tests:
name: Unit tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
neovim-version: [nightly]
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.neovim-version }}
- name: Prepare
run: |
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ../plenary.nvim
- name: Run tests
run: |
nvim --version
just test