Skip to content

Commit ecf4440

Browse files
committed
force same StyLua version and code-styling as LLS-Addons (by ignoring editorconfig)
1 parent d544bba commit ecf4440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
run: npm run scrape-wiki
3636
- name: Format the output with StyLua
3737
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
38-
uses: JohnnyMorganz/stylua-action@v2
38+
uses: JohnnyMorganz/stylua-action@v2.0.0
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
version: latest
42-
args: output/
42+
args: --no-editorconfig output/
4343
- name: Pack release
4444
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
4545
run: npm run pack-release

0 commit comments

Comments
 (0)