From e5c6410d5985108769f4e5a3e33e0069a82ec49d Mon Sep 17 00:00:00 2001 From: Kayh Date: Wed, 26 Jun 2024 16:44:26 -0400 Subject: [PATCH] fix prettier cmd --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 565825b..c91cf3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - uses: creyD/prettier_action@v4.3 + with: + prettier_options: --write . - uses: EndBug/add-and-commit@v9 with: