Skip to content

Commit

Permalink
CI: Add StyLua to build and beta-build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Sep 16, 2022
1 parent 2b0f39b commit 110c20e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
args: "--no-color -q"
annotate: warning

- uses: JohnnyMorganz/stylua-action@1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary

- name: Generate Changelog
run: ./generate_changelog.sh

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
args: "--no-color -q"
annotate: warning

- uses: JohnnyMorganz/stylua-action@1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary

- name: Update CurseForge Translations
run: ./update_translations.sh
env:
Expand Down

0 comments on commit 110c20e

Please sign in to comment.