Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Migration to a Specific Action for Compiling
mod-eluna
Summary of Changes
This PR introduces a new approach for the build and static analysis process of
mod-eluna
. Instead of relying on an external repository to handle workflows, we now use dedicated workflows integrated directly into this repository.This change is driven by several key objectives:
lua51
,lua52
,lua53
,lua54
,luajit
) can now have its own dedicated workflow. This allows for independent management and better adaptation to the specific requirements of each Lua version.Implementation of Workflows for Specific Lua Versions
Build mod-eluna base 🛠️
) that handles generic steps such as installing dependencies and caching build artifacts.lua_version
input parameter is used to specify the target Lua version for compilation (lua51
,lua52
, etc.).Workflow Example
Each dedicated workflow for a Lua version calls the base action with the appropriate parameter. For example:
Workflow for
lua51
Workflow for
luajit
Advantages of This Approach
eObjectAccessor()
in themod-eluna
codebase.