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 534792b commit da6c819Copy full SHA for da6c819
.github/workflows/release.yml
@@ -28,10 +28,12 @@ jobs:
28
- name: Scrape wiki
29
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
30
run: npm run cli:scrape-wiki
31
- - name: StyLua
+ - name: Format the output with StyLua
32
uses: JohnnyMorganz/stylua-action@v2
33
- - name: Format Lua in output directory
34
- run: stylua output/
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
35
+ version: latest
36
+ args: output/
37
- name: Pack release
38
39
run: npm run cli:pack-release
0 commit comments