Skip to content

Commit e2ff3df

Browse files
Add abiity to test proposal validation workflow for workflow repo pull requests
1 parent 51d3caa commit e2ff3df

3 files changed

Lines changed: 2591 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,10 @@ jobs:
9696
with:
9797
api_breakage_check_enabled: false
9898
license_header_check_project_name: "Swift.org"
99+
100+
proposal_validation:
101+
name: Test
102+
uses: ./.github/workflows/proposal_validation.yml
103+
with:
104+
with:
105+
project: "swift"

0 commit comments

Comments
 (0)