From 239d57fde7348c23e1b82c647a1a3bbb8dd9d1d0 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:12:24 -0400 Subject: [PATCH] Test without only_changed --- .github/workflows/prettier.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 6758098..c4f7463 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -17,7 +17,6 @@ jobs: uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{js,ts,md,vue} - only_changed: true - name: 'setup git config' run: |