File tree 4 files changed +15
-121
lines changed
4 files changed +15
-121
lines changed Original file line number Diff line number Diff line change @@ -13,34 +13,14 @@ jobs:
13
13
name : Soundness
14
14
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
15
15
with :
16
- # do not use SwiftLang's license header check because the copyright for this project is Amazon.com + contributors
17
- license_header_check_enabled : false
16
+ license_header_check_enabled : true
18
17
license_header_check_project_name : " Swift OpenAPI Lambda"
19
18
shell_check_enabled : false
20
19
python_lint_check_enabled : false
21
20
api_breakage_check_container_image : " swift:6.0-noble"
22
21
docs_check_container_image : " swift:6.0-noble"
23
22
format_check_container_image : " swiftlang/swift:nightly-6.0-jammy"
24
23
25
- license :
26
- name : License headers check
27
- runs-on : ubuntu-latest
28
- strategy :
29
- fail-fast : false
30
- steps :
31
- - name : Checkout repository
32
- uses : actions/checkout@v4
33
- with :
34
- persist-credentials : false
35
- - name : Mark the workspace as safe
36
- # https://github.com/actions/checkout/issues/766
37
- run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
38
- - name : License headers check
39
- env :
40
- PROJECT_NAME : " Swift OpenAPI Lambda"
41
- run : |
42
- ./scripts/check-license-headers.sh
43
-
44
24
unit-tests :
45
25
name : Unit tests
46
26
uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
Original file line number Diff line number Diff line change
1
+ @@===----------------------------------------------------------------------===@@
2
+ @@
3
+ @@ This source file is part of the Swift OpenAPI Lambda open source project
4
+ @@
5
+ @@ Copyright (c) YEARS Amazon.com, Inc. or its affiliates
6
+ @@ and the Swift OpenAPI Lambda project authors
7
+ @@ Licensed under Apache License v2.0
8
+ @@
9
+ @@ See LICENSE.txt for license information
10
+ @@ See CONTRIBUTORS.txt for the list of Swift OpenAPI Lambda project authors
11
+ @@
12
+ @@ SPDX-License-Identifier: Apache-2.0
13
+ @@
14
+ @@===----------------------------------------------------------------------===@@
Original file line number Diff line number Diff line change 1
1
.gitignore
2
- .licenseignore
3
2
.swiftformatignore
4
3
.spi.yml
5
4
.swift-format
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments