Skip to content

Commit

Permalink
- add beautifyJSON/formatting step to Transifex pull GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Oct 17, 2024
1 parent 87a0dcb commit 74223e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
token: ${{ secrets.TX_TOKEN }}
args: pull --force --skip --all

- name: l10n-format
shell: bash
run: |
beautifyJSON() {
jq . $1 >$1.tmp
mv $1.tmp $1
}
beautifyJSON "ownCloudSDK/Resources/Localizable.xcstrings"
beautifyJSON "ownCloudUI/Resources/Localizable.xcstrings"
- uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
Expand Down

0 comments on commit 74223e2

Please sign in to comment.