Skip to content

Implement the app launch #13

Implement the app launch

Implement the app launch #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: macos-14
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.4'
- name: Build and Test
run: make test