From 80dab7ddcb7696070098919f3034e63194ee9cd4 Mon Sep 17 00:00:00 2001 From: ANKIT VARSHNEY <132201033+AVtheking@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:07:25 +0530 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d3fd9aa0b8..d4f8d489f6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,7 +43,6 @@ jobs: - name: Get changed TypeScript files id: changed-files uses: tj-actions/changed-files@v40 - - name: Check formatting if: steps.changed-files.outputs.only_changed != 'true' run: npm run format:check