Skip to content

Merge branch 'main' of https://github.com/SwiftBeta/SwiftOpenAI #14

Merge branch 'main' of https://github.com/SwiftBeta/SwiftOpenAI

Merge branch 'main' of https://github.com/SwiftBeta/SwiftOpenAI #14

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