From 393cd838eadb5c000b904173ac83ab5c27c84a66 Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 10:38:01 +0700 Subject: [PATCH] ci(github): Fix stylua config path --- .github/workflows/formatting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formatting.yaml b/.github/workflows/formatting.yaml index 50e1733..e7a6c91 100644 --- a/.github/workflows/formatting.yaml +++ b/.github/workflows/formatting.yaml @@ -13,4 +13,4 @@ jobs: - uses: JohnnyMorganz/stylua-action@1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --check --config-path=.stylua.toml . + args: --check --config-path=stylua.toml .