Repoint SwiftLint parent_config to swift-foundations layer canonical #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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-foundations/.github/.github/workflows/swift-docs.yml | |
| docs: | |
| uses: swift-foundations/.github/.github/workflows/swift-docs.yml@main | |
| secrets: inherit |