From 8da4a25649b3116851050444032a6bc9c547c3a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= <jiri@stefka.eu>
Date: Fri, 29 Sep 2023 02:14:06 +0200
Subject: [PATCH] fix(ci/cd-stylua): cannot contain spaces, invalid StyLua
 version (#15)

* fix(ci/cd-stylua): cannot contain spaces

* fix(ci/cs-stylua): invalid version number
---
 .github/workflows/stylua.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml
index 8c9c71e..639c7e1 100644
--- a/.github/workflows/stylua.yml
+++ b/.github/workflows/stylua.yml
@@ -1,7 +1,7 @@
 name: StyLua
 on: [push, pull_request]
 jobs:
-  StyLua check:
+  StyLuacheck:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
@@ -10,6 +10,6 @@ jobs:
         uses: JohnnyMorganz/stylua-action@v3
         with:
           token: ${{ secrets.GH_TOKEN }}
-          version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
+          version: v0.18.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
           # CLI arguments
           args: --check .