Skip to content

Add SwiftOpenAI demo app #40

Add SwiftOpenAI demo app

Add SwiftOpenAI demo app #40

Workflow file for this run

# Github Actions Documentation
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test