Skip to content

fix: ASWebAuthenticationPresentationContextProviding requires @MainAc… #82

fix: ASWebAuthenticationPresentationContextProviding requires @MainAc…

fix: ASWebAuthenticationPresentationContextProviding requires @MainAc… #82

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ci/cd-${{ github.ref }}
cancel-in-progress: true
jobs:
swift-package-test:
name: Test Swift Package
uses: danthorpe/ci/.github/workflows/swift-package.yml@main
secrets: inherit
with:
matrix: >
{
"include": [
{
"os": "macos-15",
"swift": "6.0",
"xcode": "16.1"
}
]
}
docs:
name: Docs
if: github.event_name == 'push'
needs: [swift-package-test]
uses: danthorpe/ci/.github/workflows/docs.yml@main
with:
os: 'macos-14'
targets: '["Networking"]'
basepath: 'swift-networking'