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.
1 parent fb96174 commit e216caaCopy full SHA for e216caa
1 file changed
.github/workflows/reuse-compliance-check.yml
@@ -0,0 +1,17 @@
1
+# SPDX-FileCopyrightText: 2025 DB Systel GmbH
2
+#
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
+name: REUSE Compliance Check
6
7
+on: [push, pull_request]
8
9
+jobs:
10
+ reuse-compliance-check:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v4
15
16
+ - name: REUSE Compliance Check
17
+ uses: fsfe/reuse-action@v5
0 commit comments