Skip to content

Commit

Permalink
[CI] Pull Request testing support via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Oct 20, 2024
1 parent 11433b6 commit 4ceb214
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull request

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
with:
license_header_check_enabled: false
license_header_check_project_name: "Swift.org"

0 comments on commit 4ceb214

Please sign in to comment.