Skip to content

Commit 238ae33

Browse files
committed
ci: add lua to wikiwire ci
1 parent 5b656f8 commit 238ae33

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/wikiwire.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
unzip -q darklua-linux-x86_64.zip
2929
chmod +x darklua
3030
31+
- name: Setup Lua 5.1
32+
uses: leafo/gh-actions-lua@v12
33+
with:
34+
luaVersion: "5.1.5"
35+
3136
- name: Regenerate Lua outputs for changed Luau modules
3237
shell: bash
3338
env:
@@ -51,6 +56,10 @@ jobs:
5156
mkdir -p "$(dirname "$out_path")"
5257
5358
./darklua process --config .darklua.json5 "$path" "$out_path"
59+
60+
cp "$out_path" "$out_path.raw"
61+
lua -p "$out_path.raw"
62+
5463
node scripts/polyfill.js "$out_path"
5564
node scripts/compatibility.js "$out_path"
5665
done <<< "$changed_files"

modules/obbywiki.com/ObbyGameInfobox/ObbyGameInfobox.module.luau

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-- inspired by scw
2-
-- 4
32

43
local ObbyGameInfobox = {}
54

0 commit comments

Comments
 (0)