This commit is contained in:
Robert Jelic
2025-02-16 15:31:06 +01:00
parent 6d9ed5efa1
commit e37ea625f0
2 changed files with 8 additions and 2 deletions

View File

@@ -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