Test
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -27,12 +27,12 @@ jobs:
|
||||
# Step 1: Config Generation
|
||||
- name: Generate Config
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
lua tools/annotationParser.lua src/elements src/LuaLS.lua
|
||||
lua tools/generate-config.lua
|
||||
|
||||
# Step 2: Generate LuaLS Definitions
|
||||
- name: Generate LuaLS
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
lua tools/annotationParser.lua src/elements src/LuaLS.lua
|
||||
|
||||
# Step 3: Bundle and Minify
|
||||
|
||||
@@ -197,6 +197,12 @@ function basalt.run(isActive)
|
||||
end
|
||||
end
|
||||
|
||||
--- Starts the Basalt runtime
|
||||
--- @param isActive? boolean Whether to start active (default: true)
|
||||
--- @usage basalt.autoUpdate()
|
||||
--- @usage basalt.autoUpdate(false)
|
||||
basalt.autoUpdate = basalt.run
|
||||
|
||||
function basalt.getAPI(name)
|
||||
return elementManager.getAPI(name)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user