-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- workflows/pull-transifex.yml: add cleanup and remove trailing "/" f…
…rom folders
- Loading branch information
1 parent
139d332
commit 5ba6a48
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,11 +53,17 @@ jobs: | |
- name: Verify Swift installation | ||
run: swift -v | ||
|
||
- name: Show Swift file | ||
run: cat tools/normalizestrings/main.swift | ||
|
||
- name: Compile Swift file | ||
run: swiftc tools/normalizestrings/main.swift -o ocstringstool | ||
|
||
- name: Run compiled Swift program | ||
run: ./ocstringstool normalize "ownCloud/Resources/" "ownCloud Action Extension/" "ownCloud File Provider/" "ownCloud Share Extension/" "ownCloudAppFramework/Resources/" | ||
run: ./ocstringstool normalize "ownCloud/Resources" "ownCloud Action Extension" "ownCloud File Provider" "ownCloud Share Extension"" "ownCloudAppFramework/Resources" | ||
|
||
- name: Cleanup download and ocstringstool | ||
run: rm swift-5.3-RELEASE-ubuntu20.04.tar.gz ocstringstool | ||
|
||
- uses: GuillaumeFalourd/[email protected] | ||
with: | ||
|