Skip to content

chore: update window_overlap_clear_ft_ignore, add snacks notifications #10

chore: update window_overlap_clear_ft_ignore, add snacks notifications

chore: update window_overlap_clear_ft_ignore, add snacks notifications #10

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