Skip to content

feat: add configurable skills, extensions, and tools options #14

feat: add configurable skills, extensions, and tools options

feat: add configurable skills, extensions, and tools options #14

Workflow file for this run

name: Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
neovim-version: [stable, nightly]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.neovim-version }}
- name: Run tests
run: make test