aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-11-14 00:04:21 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-11-14 00:14:19 -0500
commit2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4 (patch)
tree46218335ce05ef46ed48338d6551932bb43898ed /.github/workflows
parentfix(angularls): reference to invalid field #4184 (diff)
downloadnvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.gz
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.bz2
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.lz
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.xz
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.zst
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.zip
ci: emmylua
- Introduce emmylua CI job to type-check code. - Drop old analyzers that haven't reported anything useful in a long time and are redundant with luals/emmylua.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml22
1 files changed, 9 insertions, 13 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f80ce4cc..080de5ad 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -21,22 +21,18 @@ jobs:
exit 1
fi
- luacheck:
+ emmylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- - uses: lunarmodules/luacheck@v1
- with:
- args: lua/* test/*
-
- selene:
- runs-on: ubuntu-latest
- steps: