Skip to content

Commit

Permalink
CI: Update the StyLua action to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Sep 16, 2022
1 parent 587e2e9 commit 4193b38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
args: "--no-color -q"
annotate: warning

- uses: JohnnyMorganz/stylua-action@1.0.0
- uses: JohnnyMorganz/stylua-action@1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
args: "--no-color -q"
annotate: warning

- uses: JohnnyMorganz/stylua-action@1.0.0
- uses: JohnnyMorganz/stylua-action@1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check . --output-format=summary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
args: "--no-color -q"
annotate: warning

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

0 comments on commit 4193b38

Please sign in to comment.