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:
Alexander Courtis 2024-05-25 15:42:38 +10:00 committed by GitHub
parent 4215f33da5
commit 4c8ddee453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View File

@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
nvim_version: [ stable, nightly ]
luals_version: [ 3.7.3 ]
luals_version: [ 3.9.1 ]
steps:
- uses: actions/checkout@v4

View File

@ -29,15 +29,11 @@ fi
# any output is a fail
case "${OUT}" in
*Diagnosis\ complete*)
if [ -f "${DIR_OUT}/check.json" ]; then
cat "${DIR_OUT}/check.json"
exit 1
else
*Diagnosis\ completed,\ no\ problems\ found*)
exit 0
fi
;;
*)
cat "${DIR_OUT}/check.json"
exit 1
;;
esac