Skip to content

feat: add optional debounce #14

feat: add optional debounce

feat: add optional debounce #14

Workflow file for this run

---
name: lua_ls-typecheck
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
name: Type Check Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v2
with:
level: Warning