ci: add lua-language-server 3.9.1 (#2782)
* add lua-language-server 3.9.1 * remove lua-language-server 3.7.3
This commit is contained in:
parent
4215f33da5
commit
4c8ddee453
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
nvim_version: [ stable, nightly ]
|
nvim_version: [ stable, nightly ]
|
||||||
luals_version: [ 3.7.3 ]
|
luals_version: [ 3.9.1 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@ -29,15 +29,11 @@ fi
|
|||||||
|
|
||||||
# any output is a fail
|
# any output is a fail
|
||||||
case "${OUT}" in
|
case "${OUT}" in
|
||||||
*Diagnosis\ complete*)
|
*Diagnosis\ completed,\ no\ problems\ found*)
|
||||||
if [ -f "${DIR_OUT}/check.json" ]; then
|
|
||||||
cat "${DIR_OUT}/check.json"
|
|
||||||
exit 1
|
|
||||||
else
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
cat "${DIR_OUT}/check.json"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user