Skip to content

ci/github: remove linters (use pre-commit.ci), add neovim nightly tests #348

ci/github: remove linters (use pre-commit.ci), add neovim nightly tests

ci/github: remove linters (use pre-commit.ci), add neovim nightly tests #348

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [main]
jobs:
test:
name: Run tests (${{ matrix.version }})
runs-on: ubuntu-latest
strategy:
matrix:
version:
- latest
- nightly
steps:
- uses: actions/checkout@v4
with:
path: none-ls.nvim
- uses: actions/checkout@v4
with:
repository: nvim-lua/plenary.nvim
path: none-ls.nvim/.tests/site/pack/deps/start/plenary.nvim
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.version }}
- run: make test
working-directory: none-ls.nvim
timeout-minutes: 1