File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 9
9
name : Soundness
10
10
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
11
with :
12
- # https://github.com/swiftlang/github-workflows/issues/48
13
- license_header_check_enabled : false
12
+ license_header_check_enabled : true
14
13
license_header_check_project_name : " VS Code Swift"
15
14
api_breakage_check_enabled : false
16
15
docs_check_enabled : false
Original file line number Diff line number Diff line change
1
+ # ===----------------------------------------------------------------------===//
2
+ #
3
+ # This source file is part of the VS Code Swift open source project
4
+ #
5
+ # Copyright (c) 2024 the VS Code Swift project authors
6
+ # Licensed under Apache License v2.0
7
+ #
8
+ # See LICENSE.txt for license information
9
+ # See CONTRIBUTORS.txt for the list of VS Code Swift project authors
10
+ #
11
+ # SPDX-License-Identifier: Apache-2.0
12
+ #
13
+ # ===----------------------------------------------------------------------===//
1
14
ARG swift_version=5.10
2
15
ARG ubuntu_version=jammy
3
16
ARG base_image=swift:$swift_version-$ubuntu_version
You can’t perform that action at this time.
0 commit comments