Skip to content

🔧 Remove underscores from target names #203

🔧 Remove underscores from target names

🔧 Remove underscores from target names #203

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
name: Build
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: AckeeCZ/[email protected]
- uses: actions/cache@v3
with:
path: Carthage
key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
restore-keys: |
${{ runner.os }}-carthage-
- name: Build Carthage dependencies
run: carthage bootstrap --cache-builds --use-xcframeworks
- name: Build project
run: |
bash <(curl -Ls https://install.tuist.io)
tuist fetch
tuist generate
tuist build