Skip to content

Commit 891f00a

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 5a649cc commit 891f00a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ jobs:
5050
reporter: github-check
5151
- name: Check if source code files have license header
5252
run: make check-license-headers
53+
- name: REUSE Compliance Check
54+
uses: fsfe/reuse-action@v5

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-FileCopyrightText: SAP SE
22
# SPDX-License-Identifier: Apache-2.0
3-
43
version = 1
54

65
[[annotations]]
@@ -13,6 +12,7 @@ path = [
1312
"go.mod",
1413
"go.sum",
1514
"Makefile.maker.yaml",
15+
"vendor/modules.txt",
1616
]
1717
SPDX-FileCopyrightText = "SAP SE"
1818
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)