Skip to content

fix(commit): not leaving insert mode after confirming w/ <C-CR> (#26) #41

fix(commit): not leaving insert mode after confirming w/ <C-CR> (#26)

fix(commit): not leaving insert mode after confirming w/ <C-CR> (#26) #41

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