From 1b951df6cde2532f941570a4ea3175e0974d5eaa Mon Sep 17 00:00:00 2001 From: TianKai Ma Date: Tue, 17 Sep 2024 14:16:16 +0800 Subject: [PATCH] fix: tweak autocorrect --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 403badd7d5..923ae683b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: continue-on-error: true run: | curl -fsSL https://raw.githubusercontent.com/huacnlee/autocorrect/main/install | sh - autocorrect --fix + autocorrect --fix ./* - name: Prettier fix continue-on-error: true