We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed79161 commit bce5c4bCopy full SHA for bce5c4b
.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@0.0.5
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