From 6ecec6fd6552946eab97b6a4c1527b225cfeae60 Mon Sep 17 00:00:00 2001 From: Styx Meiseles Date: Fri, 14 Jan 2022 21:31:02 -0500 Subject: [PATCH] chore: removed test/ --- .github/workflows/stylua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 36cb48f..6f43c11 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -15,7 +15,7 @@ jobs: - uses: JohnnyMorganz/stylua-action@1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --config-path=stylua.toml lua/ test/ + args: --config-path=stylua.toml lua/ - name: Commit files run: | git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'