We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a8f4f commit a773fc6Copy full SHA for a773fc6
.github/workflows/pull_request.yml
@@ -9,7 +9,8 @@ jobs:
9
name: Soundness
10
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
with:
12
- license_header_check_enabled: true
+ # Pending https://github.com/swiftlang/vscode-swift/pull/1176
13
+ license_header_check_enabled: false
14
license_header_check_project_name: "VS Code Swift"
15
api_breakage_check_enabled: false
16
docs_check_enabled: false
0 commit comments