Skip to content

feat(smartCommit): check that pre-commit passes before opening msg input #33

feat(smartCommit): check that pre-commit passes before opening msg input

feat(smartCommit): check that pre-commit passes before opening msg input #33

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