-
-
Notifications
You must be signed in to change notification settings - Fork 622
ci: lua language server and Makefile #2546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I reckon we should wait until #2555 as it may make @Akmadan23 's life difficult. |
19ec054
to
820b7b3
Compare
.github/workflows/ci.yml
Outdated
@@ -11,6 +11,12 @@ on: | |||
permissions: | |||
contents: read | |||
|
|||
env: | |||
LUA_VERSION: "5.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use matrix here instead of vars, will allow to easily extend to other versions and test them all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Thrashed around for a while trying to use environment variables for matrix values but failed.
The matricies do work, setting nvim_version: [ v0.8.3, v0.9.4 ]
worked but failed as the annotations are not present in 0.8.3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be most grateful if you could test the makefile as per CONTRIBUTING.md
Adds lua-language-server check
Add Makefile
Document contributing.
Rework CI.