Skip to content

docs: explain how to test local code when developing #176

docs: explain how to test local code when developing

docs: explain how to test local code when developing #176

Workflow file for this run

---
name: Type check
on:
pull_request: ~
push:
branches:
- master
jobs:
build:
name: Type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stevearc/nvim-typecheck-action@v2
with:
path: lua
level: Information
libraries:
# space separated
https://github.com/nvim-lua/plenary.nvim