We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d544bba commit ecf4440Copy full SHA for ecf4440
.github/workflows/release.yml
@@ -35,11 +35,11 @@ jobs:
35
run: npm run scrape-wiki
36
- name: Format the output with StyLua
37
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
38
- uses: JohnnyMorganz/stylua-action@v2
+ uses: JohnnyMorganz/stylua-action@v2.0.0
39
with:
40
token: ${{ secrets.GITHUB_TOKEN }}
41
version: latest
42
- args: output/
+ args: --no-editorconfig output/
43
- name: Pack release
44
45
run: npm run pack-release
0 commit comments