Skip to content

Commit

Permalink
create job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jan 10, 2024
1 parent 8d46f64 commit b085d15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ jobs:
if: ((github.event_name != 'pull_request' && github.ref_name == 'dev') || github.event_name == 'scheduled') && steps.verify-changed-files.outputs.files_changed
# working-directory: apps/app
id: run-prettier
run: |
# echo 'Installing package dependencies'
# pnpm install
echo 'Running prettier'
prettier --write --ignore-unknown ${{steps.verify-changed-files.outputs.changed_files}}
run: prettier --write --ignore-unknown ${{steps.verify-changed-files.outputs.changed_files}}

- name: Get files to commit
if: steps.run-prettier.conclusion == 'success'
Expand Down

0 comments on commit b085d15

Please sign in to comment.