From e19d1618faed366f298b5211accd5bd7539c9c26 Mon Sep 17 00:00:00 2001 From: Raza403 Date: Tue, 30 Jul 2024 23:48:55 +0500 Subject: [PATCH] github-pages-tempate updated prettier.yml to show prettier errors. This PR is made for #7517 --- .github/workflows/prettier.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index fcd3517..421bb7e 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -18,9 +18,7 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.3 with: - dry: true - github_token: ${{ secrets.GITHUB_TOKEN }} # Using the default GitHub token - + prettier_options: --check "**/*.{js,css,html,htm}" markdownlint: runs-on: ubuntu-latest