We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4215f33 commit 4c8ddeeCopy full SHA for 4c8ddee
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
strategy:
68
matrix:
69
nvim_version: [ stable, nightly ]
70
- luals_version: [ 3.7.3 ]
+ luals_version: [ 3.9.1 ]
71
72
steps:
73
- uses: actions/checkout@v4
scripts/luals-check.sh
@@ -29,15 +29,11 @@ fi
29
30
# any output is a fail
31
case "${OUT}" in
32
- *Diagnosis\ complete*)
33
- if [ -f "${DIR_OUT}/check.json" ]; then
34
- cat "${DIR_OUT}/check.json"
35
- exit 1
36
- else
37
- exit 0
38
- fi
+ *Diagnosis\ completed,\ no\ problems\ found*)
+ exit 0
39
;;
40
*)
+ cat "${DIR_OUT}/check.json"
41
exit 1
42
43
esac
0 commit comments