From a463a5c3f963d677ee9009a7de8793498b63b3ea Mon Sep 17 00:00:00 2001 From: shellhub Date: Sat, 24 Oct 2020 18:06:42 +0800 Subject: [PATCH] fixed prettier error --- .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 ea5320133..f1ee3157b 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -20,7 +20,7 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v3.0 with: - prettier_options: --write **/*.{java,md} + prettier_options: --write **/*.{java} commit_message: 'feat: prettify code' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}