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 1fb5308 commit ac266b0Copy full SHA for ac266b0
.github/workflows/pull_request.yml
@@ -25,7 +25,7 @@ jobs:
25
26
tests:
27
name: Test
28
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.3
29
with:
30
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
31
enable_macos_checks: true
@@ -58,6 +58,6 @@ jobs:
58
59
soundness:
60
name: Soundness
61
- uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.3
62
63
shell_check_enabled: false # bug: https://github.com/apple/swift-argument-parser/issues/703
0 commit comments