Skip to content

Commit dc96056

Browse files
Add proposal validation workflow to pull_request workflow for testing
1 parent 9a5bea8 commit dc96056

1 file changed

Lines changed: 7 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: Proposal Validation
102+
uses: ./.github/workflows/proposal_validation.yml
103+
with:
104+
project: "swift"
105+
workflow_test_enabled: true

0 commit comments

Comments
 (0)