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 6877115 commit 50ca735Copy full SHA for 50ca735
.github/workflows/pull_request.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Soundness
13
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
with:
15
- api_breakage_check_allowlist_path: "Release Notes/api-breakages.txt"
+ api_breakage_check_allowlist_path: "api-breakages.txt"
16
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"
17
verify_source_code:
18
name: Validate generated code
0 commit comments