Skip to content

Commit be1b51b

Browse files
authored
Merge pull request #24 from swiftlang/add-pr-testing
2 parents 51fab48 + 61439c6 commit be1b51b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Pull request
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, synchronize]
6+
7+
jobs:
8+
soundness:
9+
name: Soundness
10+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11+
with:
12+
api_breakage_check_enabled: false
13+
license_header_check_enabled: false
14+
license_header_check_project_name: "Swift.org"
15+
format_check_enabled: false

0 commit comments

Comments
 (0)