Skip to content

ci: migrate to L1-uniform thin-caller shape via swift-foundations lay… #7

ci: migrate to L1-uniform thin-caller shape via swift-foundations lay…

ci: migrate to L1-uniform thin-caller shape via swift-foundations lay… #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
# Build + test matrix — see swift-foundations/.github/.github/workflows/swift-ci.yml (layer wrapper)
ci:
uses: swift-foundations/.github/.github/workflows/swift-ci.yml@main
secrets: inherit
# DocC umbrella-catalog pipeline per [DOC-019a] — see
# swift-institute/.github/.github/workflows/swift-docs.yml
docs:
uses: swift-institute/.github/.github/workflows/swift-docs.yml@main
secrets: inherit