Skip to content

feat: initial NES support (using copilot-lsp) #30

feat: initial NES support (using copilot-lsp)

feat: initial NES support (using copilot-lsp) #30

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"