Skip to content

feat: update to latest Copilot LSP #31

feat: update to latest Copilot LSP

feat: update to latest Copilot LSP #31

Workflow file for this run

name: Typecheck
on: [push, pull_request]
jobs:
build:
name: Type Check Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: stevearc/nvim-typecheck-action@v2
with:
level: Warning
configpath: ".luarc.json"