Skip to content

Commit ea3f1c1

Browse files
committed
Call StyLua before packing release and subrepo
1 parent aae21bc commit ea3f1c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- name: Scrape wiki
2929
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
3030
run: npm run cli:scrape-wiki
31+
- name: StyLua
32+
uses: JohnnyMorganz/stylua-action@v2
33+
- name: Format Lua in output directory
34+
run: stylua output/
3135
- name: Pack release
3236
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
3337
run: npm run cli:pack-release

0 commit comments

Comments
 (0)