Skip to content

Commit

Permalink
Merge pull request #625 from ckipp01/stylueUpdate
Browse files Browse the repository at this point in the history
chore(ci): bump stylua to 0.19.0
  • Loading branch information
ckipp01 authored Nov 15, 2023
2 parents 43980b3 + a4888d8 commit 4d02651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.18.2
version: 0.19.0
args: --check lua/

test:
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/handlers/status_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("metals/status", function()
local msg = "bsp message"
local metals_status = {
text = msg,
statusType = "bsp"
statusType = "bsp",
}
local ctx = {
client_id = "metals",
Expand Down

0 comments on commit 4d02651

Please sign in to comment.