Skip to content

add ex-commands template #1

add ex-commands template

add ex-commands template #1

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