We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6057594 commit f9e3f96Copy full SHA for f9e3f96
1 file changed
.github/workflows/pull_request.yml
@@ -27,9 +27,10 @@ jobs:
27
enable_android_sdk_build: true
28
soundness:
29
name: Soundness
30
- uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.3
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
31
with:
32
license_header_check_project_name: "Swift"
33
docs_check_enabled: false
34
+ docs_check_macos_enabled: true
35
format_check_enabled: false
36
api_breakage_check_enabled: false
0 commit comments