From 2be59b0038226beacc6315d3d67015f1757cae87 Mon Sep 17 00:00:00 2001 From: Sahil Upasane <110289934+404salad@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:31:50 +0530 Subject: [PATCH 1/2] Rollback prettier to an older working version --- .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 66098b4..a856c05 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - uses: creyD/prettier_action@v4.2 + uses: creyD/prettier_action@v3.3 with: dry: true # This part is also where you can pass other options, for example: From ced6f7cd2a54786673c5883b06134251eb927b03 Mon Sep 17 00:00:00 2001 From: Sahil Upasane <110289934+404salad@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:14:52 +0000 Subject: [PATCH 2/2] empty commit for testing prettier