Skip to content

Merge pull request #63 from bluepi0j/AddChatStreamSupport #119

Merge pull request #63 from bluepi0j/AddChatStreamSupport

Merge pull request #63 from bluepi0j/AddChatStreamSupport #119

Workflow file for this run

# This workflow will build a Swift project
# For more information see: 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:
- name: Setup Swift
uses: swift-actions/setup-swift@v1.20.0
with:
swift-version: 5.7.1
- uses: actions/checkout@v3
- name: Build
run: swift build -v