Skip to content

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

Merged
merged 60 commits into from
Jan 6, 2024
Merged

Conversation

alex-courtis
Copy link
Member

@alex-courtis alex-courtis commented Nov 21, 2023

Adds lua-language-server check

Add Makefile

Document contributing.

Rework CI.

@alex-courtis
Copy link
Member Author

I reckon we should wait until #2555 as it may make @Akmadan23 's life difficult.

@alex-courtis alex-courtis marked this pull request as draft November 26, 2023 05:44
@alex-courtis alex-courtis force-pushed the ci-lua-language-server branch from 19ec054 to 820b7b3 Compare December 9, 2023 01:20
@alex-courtis alex-courtis changed the title ci: lua language server ci: lua language server and Makefile Dec 31, 2023
@@ -11,6 +11,12 @@ on:
permissions:
contents: read

env:
LUA_VERSION: "5.1"
Copy link
Collaborator

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Member Author

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.

Copy link
Member Author

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

@alex-courtis alex-courtis merged commit 6a99f5a into master Jan 6, 2024
@alex-courtis alex-courtis deleted the ci-lua-language-server branch January 6, 2024 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants