Skip to content

upd gitignore

upd gitignore #3

Workflow file for this run

on: [push, pull_request]
name: Tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
nvim-versions: ["stable", "nightly"]
name: test
steps:
- name: checkout
uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: run tests
run: make test