Skip to content

Commit

Permalink
- pull-transifex: cleanup/clarify/update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Dec 20, 2024
1 parent 415289a commit 4ab84a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ jobs:
beautifyJSON "ownCloudSDK/Resources/Localizable.xcstrings"
beautifyJSON "ownCloudUI/Resources/Localizable.xcstrings"
- uses: swift-actions/setup-swift@v2
- name: Compile Swift file
- name: Setup Swift
uses: swift-actions/[email protected]

- name: Build ocstringstool
run: |
swift -v
swiftc tools/ocstringstool/ocstringstool/main.swift -o /tmp/ocstringstool
- name: Run compiled Swift program
- name: Run ocstringstool
run: /tmp/ocstringstool normalize "ownCloudSDK/Resources" "ownCloudUI/Resources"

- uses: GuillaumeFalourd/[email protected]
Expand Down

0 comments on commit 4ab84a9

Please sign in to comment.