diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml new file mode 100644 index 0000000..c8aa34d --- /dev/null +++ b/.github/workflows/typecheck.yml @@ -0,0 +1,21 @@ +--- +name: lua_ls-typecheck + +on: + push: + branches: + - "main" + pull_request: + branches: + - "main" + +jobs: + build: + name: Type Check Code Base + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: stevearc/nvim-typecheck-action@v2 + with: + level: Warning