Skip to content

Commit

Permalink
ci: Bump stylua and glualint (#1678)
Browse files Browse the repository at this point in the history
Stylua has been stabilized and while at it i also bumped glualint to the
newest version
  • Loading branch information
Histalek authored Nov 18, 2024
1 parent ea7eb5a commit 1debca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI

env:
GLUALINT_VERSION: 1.26.0
GLUALINT_VERSION: 1.29.0
NEODOC_VERSION: 0.2.0
STYLUA_VERSION: 0.20.0
STYLUA_VERSION: 2.0.0

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: JohnnyMorganz/stylua-action@v3
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ env.STYLUA_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions stylua.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ indent_width = 4
quote_style = "ForceDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"
space_after_function_names = "Never"

[sort_requires]
enabled = false

0 comments on commit 1debca5

Please sign in to comment.