From a5c96793bc808cd76597778242d786a5b1024001 Mon Sep 17 00:00:00 2001 From: hainenber Date: Thu, 12 Sep 2024 22:51:10 +0700 Subject: [PATCH] chore(build): remove extraneous prettier step in superset-frontend CI 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 c603f01812cf5..3f30ad2c384a4 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