Skip to content

refactor: improves error handling (#15) #35

refactor: improves error handling (#15)

refactor: improves error handling (#15) #35

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-ios:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build and test
run: xcodebuild test -scheme LLMChatOpenAI -destination 'platform=iOS Simulator,name=iPhone 16 Pro'
test-macos:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build and test
run: xcodebuild test -scheme LLMChatOpenAI -destination 'platform=macOS,arch=x86_64'