From e87eedbc19fa3e2b5ee687b8f1bc1372e000e55f Mon Sep 17 00:00:00 2001 From: ITOH Date: Fri, 21 May 2021 18:00:51 +0200 Subject: [PATCH] change: only format changed files --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 4485b6e8e..baa973ede 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -21,6 +21,6 @@ jobs: commit_message: "change: prettier code" # This part is also where you can pass other options, for example: prettier_options: --write **/* - only_changed: False + only_changed: True env: GITHUB_TOKEN: ${{ github.token }}