File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- tags :
8- - ' *'
97 pull_request :
108 branches :
119 - main
1210 workflow_dispatch :
1311
12+ permissions :
13+ actions : read
14+ contents : read
15+
1416concurrency :
1517 group : ci-${{ github.ref }}
1618 cancel-in-progress : true
1719
1820jobs :
19- # Build + test matrix — see swift-foundations/.github/.github/workflows/swift-ci.yml (layer wrapper)
2021 ci :
21- uses : swift-foundations/.github/.github/workflows/swift-ci.yml@main
22- secrets : inherit
23-
24- # DocC umbrella-catalog pipeline per [DOC-019a] — see
25- # swift-foundations/.github/.github/workflows/swift-docs.yml
26- docs :
27- uses : swift-foundations/.github/.github/workflows/swift-docs.yml@main
28- secrets : inherit
22+ if : ${{ !github.event.repository.private }}
23+ name : ci / matrix
24+ uses : swift-institute/.github/.github/workflows/swift-ci.yml@main
25+ with :
26+ lint-bundle : institute
You can’t perform that action at this time.
0 commit comments