chore: use xcbeautify in actions

This commit is contained in:
Adrian Castro
2024-03-23 10:56:27 +01:00
parent 7e67282df9
commit d1c3e89a1d
4 changed files with 17 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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