Skip to content

feat: add function to get visible state (#92) #72

feat: add function to get visible state (#92)

feat: add function to get visible state (#92) #72

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
configpath: ".luarc.json"