Skip to content

ci: check types

ci: check types #11

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:
- name: Checkout Code
uses: actions/checkout@v4
- name: Checkout dependency neodev
uses: actions/checkout@v4
with:
repository: "folke/neodev.nvim"
path: "deps/neodev.nvim"
- name: Type Check Code Base
uses: mrcjkb/[email protected]
with:
configpath: .github/workflows/.luarc.json
directories: |
lua