From 23c196fba9fdc89510100a345f098d03df52257d Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sun, 21 Jan 2024 19:09:23 +0100 Subject: [PATCH] Update formatter-lua.yml --- .github/workflows/formatter-lua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formatter-lua.yml b/.github/workflows/formatter-lua.yml index 1523c52..a9f08b9 100644 --- a/.github/workflows/formatter-lua.yml +++ b/.github/workflows/formatter-lua.yml @@ -39,7 +39,7 @@ jobs: if: ${{ inputs.any-changed-files-list == 'true' }} run: node script.js do - - name: Download centralized .prettierrc + - name: Download centralized style config file run: curl -s -O https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/stylua.toml - name: Install stylua and check format