From 8cd18cac8c5e92dcd690101ea2d89000027b9051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=E1=BB=8Dng=20H=E1=BA=A3i?= <41283691+hainenber@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:56:59 +0700 Subject: [PATCH] chore(build): remove extraneous prettier step in superset-frontend CI (#30253) Signed-off-by: hainenber --- .github/workflows/superset-frontend.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml index c603f0181..3f30ad2c3 100644 --- a/.github/workflows/superset-frontend.yml +++ b/.github/workflows/superset-frontend.yml @@ -49,11 +49,6 @@ jobs: working-directory: ./superset-frontend run: | npm run type - - name: prettier - if: steps.check.outputs.frontend - working-directory: ./superset-frontend - run: | - npm run prettier-check - name: Build plugins packages if: steps.check.outputs.frontend working-directory: ./superset-frontend