We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d849eeb commit 58125ebCopy full SHA for 58125eb
.github/workflows/pull_request.yml
@@ -17,12 +17,12 @@ concurrency:
17
jobs:
18
tests:
19
name: Test
20
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
21
with:
22
enable_cross_pr_testing: true
23
soundness:
24
name: Soundness
25
- uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
26
27
license_header_check_project_name: "Swift.org"
28
api_breakage_check_allowlist_path: "api-breakages.txt"
0 commit comments