File tree Expand file tree Collapse file tree 4 files changed +58
-130
lines changed
core-modules/crypto-openssl-sys/src Expand file tree Collapse file tree 4 files changed +58
-130
lines changed Original file line number Diff line number Diff line change 1- name : Rust
1+ # SPDX-FileCopyrightText: Copyright 2025 gematik GmbH
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+ #
5+ # Licensed under the Apache License, Version 2.0 (the "License");
6+ # you may not use this file except in compliance with the License.
7+ # You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing, software
12+ # distributed under the License is distributed on an "AS IS" BASIS,
13+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ # See the License for the specific language governing permissions and
15+ # limitations under the License.
16+ #
17+ # *******
18+ #
19+ # For additional notes and disclaimer from gematik and in case of changes by gematik,
20+ # find details in the "Readme" file.
21+
22+ name : Rust CI
223
324on :
425 push :
@@ -40,10 +61,25 @@ jobs:
4061 echo "::error::Branch name must match: (feature|bugfix|hotfix|release|chore|docs|test)/open-[A-Za-z0-9._-]+"
4162 exit 1
4263
64+ license_compliance :
65+ name : License compliance
66+ runs-on : ubuntu-latest
67+ needs : branch_naming
68+ steps :
69+ - uses : actions/checkout@v4
70+ with :
71+ fetch-depth : 0
72+ - name : Install reuse
73+ run : |
74+ python3 -m pip install --upgrade pip
75+ python3 -m pip install reuse
76+ - name : Run reuse lint
77+ run : reuse lint
78+
4379 build :
4480 name : Build & Test
4581 runs-on : ubuntu-latest
46- needs : branch_naming
82+ needs : [ branch_naming, license_compliance]
4783 steps :
4884 - uses : actions/checkout@v4
4985 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,10 +25,3 @@ version = 1
2525path = [" *" ]
2626SPDX-FileCopyrightText = " 2025 gematik GmbH"
2727SPDX-License-Identifier = " Apache-2.0"
28-
29- [[annotations ]]
30- path = [
31- " core-modules/crypto-openssl-sys/src/ossl.rs" ,
32- ]
33- SPDX-FileCopyrightText = " NONE"
34- SPDX-License-Identifier = " CC0-1.0"
Original file line number Diff line number Diff line change 1+ SPDX-FileCopyrightText: Copyright 2025 gematik GmbH
2+
3+ SPDX-License-Identifier: Apache-2.0
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ *******
18+
19+ For additional notes and disclaimer from gematik and in case of changes by gematik,
20+ find details in the "Readme" file.
You can’t perform that action at this time.
0 commit comments