Skip to content

Resolved #9: Remove throws for services inits #31

Resolved #9: Remove throws for services inits

Resolved #9: Remove throws for services inits #31

Workflow file for this run

name: Build
on:
push:
branches:
- develop
pull_request:
jobs:
build:
name: Library Build
runs-on: macos-13
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Set proper xcode version
run: sh ./scripts/xcodeselect.sh
- name: Run build script
run: sh ./scripts/build.sh