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: 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

View File

@ -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