Skip to content

Make AppStoreServerAPIClient an actor #217

Make AppStoreServerAPIClient an actor

Make AppStoreServerAPIClient an actor #217

Workflow file for this run

name: PR Builder
permissions:
contents: read
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
name: Swift ${{ matrix.swift }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
swift: [ "6" ]
os: [ ubuntu-latest ]
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Set up Swift ${{ matrix.swift }}
uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Swift build
run: swift build
- name: Swift test
run: swift test