Skip to content

fix: support calling setup() w/o args (#71) #47

fix: support calling setup() w/o args (#71)

fix: support calling setup() w/o args (#71) #47

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