Skip to content

Commit

Permalink
Run yarn prettier in js.yml (#11620)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
Signed-off-by: Harutaka Kawamura <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Apr 4, 2024
1 parent 745f0e0 commit d28f357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
working-directory: mlflow/server/js
run: |
yarn lint:fix
yarn prettier:fix
- if: steps.diff.outputs.js == 'true'
working-directory: mlflow/server/js
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Run lint
run: |
yarn lint
- name: Run prettier
run: |
yarn prettier:check
- name: Run extract-i18n lint
run: |
yarn i18n:check
Expand Down

0 comments on commit d28f357

Please sign in to comment.