Skip to content

Merge pull request #249 from b0o/feat-floating-windows-opt #4

Merge pull request #249 from b0o/feat-floating-windows-opt

Merge pull request #249 from b0o/feat-floating-windows-opt #4

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- name: Run Tests
run: make test