From 6455bdfa0ef8d8ef1dd6412608f82aa04b629d9c Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 23 Sep 2022 08:06:27 +0800 Subject: [PATCH] fix(ci): stylua pin version --- .github/workflows/format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 51b8955..b356470 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -28,8 +28,9 @@ jobs: - uses: JohnnyMorganz/stylua-action@v1 with: + version: 0.15.1 token: ${{ secrets.GITHUB_TOKEN }} - args: --check lua + args: --config-path=.stylua.toml lua/ - uses: actions/setup-node@v3 - name: Apply prettier