Skip to content

Chore publish init func provider #17

Chore publish init func provider

Chore publish init func provider #17

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-swif
name: Swift
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: '5.10.0' # You can specify the Swift version here
- name: Build and test
run: |
swift build
swift test