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 6057594 commit f1df95fCopy full SHA for f1df95f
.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: stmontgomery/github-workflows/.github/workflows/soundness.yml@macos-docs-check
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