mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:03:26 +00:00
chore: use xcbeautify in actions
This commit is contained in:
5
.github/workflows/build-mobile-comment.yml
vendored
5
.github/workflows/build-mobile-comment.yml
vendored
@@ -83,6 +83,11 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install xcbeautify
|
||||
uses: Cyberbeni/install-swift-tool@v2
|
||||
with:
|
||||
url: https://github.com/Cyberbeni/xcbeautify
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
5
.github/workflows/build-mobile.yml
vendored
5
.github/workflows/build-mobile.yml
vendored
@@ -75,6 +75,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install xcbeautify
|
||||
uses: Cyberbeni/install-swift-tool@v2
|
||||
with:
|
||||
url: https://github.com/Cyberbeni/xcbeautify
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
||||
|
5
.github/workflows/release-mobile.yml
vendored
5
.github/workflows/release-mobile.yml
vendored
@@ -103,6 +103,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install xcbeautify
|
||||
uses: Cyberbeni/install-swift-tool@v2
|
||||
with:
|
||||
url: https://github.com/Cyberbeni/xcbeautify
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
||||
|
Reference in New Issue
Block a user