From df353cd3a17ee3fa3d2c9d517fb199bb404894ef Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 5 Jul 2021 17:45:28 -0700 Subject: [PATCH] Update prettier workflow action --- web/.github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index c13c5b616..50ddb517d 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -12,11 +12,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - fetch-depth: 0 ref: ${{ github.head_ref }} + fetch-depth: 0 - name: Prettier - uses: creyD/prettier_action@v3.1 + uses: creyD/prettier_action@v3.3 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,tsx,jsx,css,scss}