Skip to content

Commit 5243efe

Browse files
committed
ci: im about to fall asleep
bury me in commits
1 parent 8343046 commit 5243efe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wikiwire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
out_path="${path%.module.luau}.module.lua"
3939
mkdir -p "$(dirname "$out_path")"
4040
41-
darklua process --config .darklua.json5 "$path" "$out_path"
41+
./darklua process --config .darklua.json5 "$path" "$out_path"
4242
done <<< "$changed_files"
4343
4444
- name: Fail if outputs were not committed

modules/obbywiki.com/PlayerInfobox/PlayerInfobox.module.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- inspired by scw
22

33
-- infobox should cover all use cases like developers, community, content creators, etc.
4-
-- 4
4+
-- 5
55

66
local PlayerInfobox = {}
77

0 commit comments

Comments
 (0)