Skip to content

fix(backdrop): do not create a border with vim.o.winborder #31

fix(backdrop): do not create a border with vim.o.winborder

fix(backdrop): do not create a border with vim.o.winborder #31

name: nvim type check
on:
push:
branches: [main]
paths: ["**.lua"]
pull_request:
paths: ["**.lua"]
jobs:
build:
name: nvim type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v2