Skip to content

Commit

Permalink
chore(build): remove extraneous prettier step in superset-frontend CI (
Browse files Browse the repository at this point in the history
…apache#30253)

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber authored Sep 13, 2024
1 parent 3877355 commit 8cd18ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cd18ca

Please sign in to comment.