Skip to content

ci: move type checking code to use the autogenerated .luarc.json cr… #584

ci: move type checking code to use the autogenerated .luarc.json cr…

ci: move type checking code to use the autogenerated .luarc.json cr… #584

Workflow file for this run

name: lua_ls-typecheck
on:
pull_request: ~
push:
branches:
- '*'
jobs:
type-check:
name: Type Check Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Enter development shell
run: devenv shell
- name: Type Check Code Base
uses: mrcjkb/[email protected]
with:
configpath: ".luarc.json"
directories: |
lua