Skip to content

chore(git): add code owner #111

chore(git): add code owner

chore(git): add code owner #111

Workflow file for this run

name: CI
permissions: {}
on:
pull_request:
push:
branches:
- alpha
- beta
- main
- renovate/**
jobs:
ci-optimization:
name: CI optimization
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@e98193e91e9be2af3af784b7a0f25d35bf4eadc5 # 4.0.7
permissions:
pull-requests: read
build:
needs: ci-optimization
name: Build iOS (simulator)
runs-on: macos-26 # change back to macos-latest once v26 is default
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Ruby
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
- name: Install CocoaPods
run: |
sudo gem install cocoapods xcpretty
- name: Build workspace on iOS Simulator
run: |
set -o pipefail
xcodebuild -workspace vibetype.xcworkspace -scheme vibetype -destination 'platform=iOS Simulator,name=iPhone 17' -configuration Release clean build | xcpretty