[SE-0525] amend to add conformances for SIMD types #24
Workflow file for this run
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: Validate Swift project proposals with swift-evolution-metadata-extractor | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| branches: | |
| - 'main' | |
| paths: | |
| - 'proposals/*' | |
| jobs: | |
| validate: | |
| name: Validate Proposals | |
| uses: swiftlang/github-workflows/.github/workflows/proposal_validation.yml@main | |
| with: | |
| project: "swift" |