Skip to content

ci: converge swift-foundations/swift-package-manager to the canonical… #16

ci: converge swift-foundations/swift-package-manager to the canonical…

ci: converge swift-foundations/swift-package-manager to the canonical… #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
workflow_dispatch:
permissions:
actions: read
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: swift-foundations/.github/.github/workflows/swift-ci.yml@main
with:
integrated-docs: true
secrets: inherit