From 65d97fc26fd0e7eac5565d0debfc7228f2ceb43b Mon Sep 17 00:00:00 2001 From: Kuan Fan Date: Wed, 31 Jul 2024 13:31:27 -0700 Subject: [PATCH] add html --- .github/workflows/prettier-test.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/prettier-test.yaml b/.github/workflows/prettier-test.yaml index 207462dd..e5a8aec8 100644 --- a/.github/workflows/prettier-test.yaml +++ b/.github/workflows/prettier-test.yaml @@ -22,12 +22,7 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.3 with: - prettier_options: --write **/*.{js,md,yaml} - - - name: pwd - run: | - pwd - ls -l + prettier_options: --write **/*.{js,md,html} - name: Run python black code formatter uses: DataDog/action-py-black-formatter@v2.5