We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdb55cd + 036d86a commit fb16fe6Copy full SHA for fb16fe6
1 file changed
.github/workflows/reuse-lint.yml
@@ -0,0 +1,19 @@
1
+# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and pull-request-semver-bumper contributors
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+name: REUSE Compliance
5
6
+on:
7
+ pull_request:
8
+ branches:
9
+ - main
10
11
+jobs:
12
+ reuse-lint:
13
+ runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: read
16
+ steps:
17
+ - uses: actions/checkout@v6
18
+ - name: REUSE Compliance Check
19
+ uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6
0 commit comments