Skip to content

Commit

Permalink
force same StyLua version and code-styling as LLS-Addons (by ignoring…
Browse files Browse the repository at this point in the history
… editorconfig)
  • Loading branch information
luttje committed Jan 1, 2024
1 parent d544bba commit ecf4440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: npm run scrape-wiki
- name: Format the output with StyLua
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
uses: JohnnyMorganz/stylua-action@v2
uses: JohnnyMorganz/stylua-action@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: output/
args: --no-editorconfig output/
- name: Pack release
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
run: npm run pack-release
Expand Down

0 comments on commit ecf4440

Please sign in to comment.